From: David F. Skoll Date: Tue, 25 Jun 2002 12:29:58 +0000 (+0000) Subject: Cosmetic fix. X-Git-Tag: ppp-2.4.7~410 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=e13c0b8028f33c240ab4a468e719863b6a951b27 Cosmetic fix. --- 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! "