small fix

This commit is contained in:
Kai Germaschewski 2000-11-01 15:40:15 +00:00
parent e89ba68f87
commit a99a22cfac
1 changed files with 1 additions and 1 deletions

View File

@ -2367,7 +2367,7 @@ static struct sk_buff *isdn_ppp_decompress(struct sk_buff *skb,struct ippp_struc
if (!stat) // if we have a compressor, stat has been set as well
BUG();
if((master && *proto == PPP_COMP) || (!master && *proto == PPP_LINK_COMP) ) {
if((master && *proto == PPP_COMP) || (!master && *proto == PPP_COMPFRAG) ) {
// compressed packets are compressed by their protocol type
// Set up reset params for the decompressor