X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=linux%2Fmppe%2Fppp_mppe_compress.c;fp=linux%2Fmppe%2Fppp_mppe_compress.c;h=c652b6907c6e6974138c173ac47db809116e3cd7;hb=e13c0b8028f33c240ab4a468e719863b6a951b27;hp=0a757686de4ce1c83c23b9f78c8f8154b5ad4a3d;hpb=05c09ae62d0b4ff67fb26c37a01e6a07bb593c0c;p=ppp.git diff --git a/linux/mppe/ppp_mppe_compress.c b/linux/mppe/ppp_mppe_compress.c index 0a75768..c652b69 100644 --- a/linux/mppe/ppp_mppe_compress.c +++ b/linux/mppe/ppp_mppe_compress.c @@ -539,7 +539,6 @@ mppe_incomp(void *arg, unsigned char *ibuf, int icnt) { ppp_mppe_state *state = (ppp_mppe_state *) arg; -/* XXX */ if (state->debug && (PPP_PROTOCOL(ibuf) >= 0x0021 && PPP_PROTOCOL(ibuf) <= 0x00fa)) printk(KERN_DEBUG "mppe_incomp[%d]: incompressible (unencrypted) data! "