From e13c0b8028f33c240ab4a468e719863b6a951b27 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Tue, 25 Jun 2002 12:29:58 +0000 Subject: [PATCH] Cosmetic fix. --- linux/mppe/ppp_mppe_compress.c | 1 - 1 file changed, 1 deletion(-) 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! " -- 2.39.2