]> git.ozlabs.org Git - ppp.git/commitdiff
Cosmetic fix.
authorDavid F. Skoll <dfs@roaringpenguin.com>
Tue, 25 Jun 2002 12:29:58 +0000 (12:29 +0000)
committerDavid F. Skoll <dfs@roaringpenguin.com>
Tue, 25 Jun 2002 12:29:58 +0000 (12:29 +0000)
linux/mppe/ppp_mppe_compress.c

index 0a757686de4ce1c83c23b9f78c8f8154b5ad4a3d..c652b6907c6e6974138c173ac47db809116e3cd7 100644 (file)
@@ -539,7 +539,6 @@ mppe_incomp(void *arg, unsigned char *ibuf, int icnt)
 {
     ppp_mppe_state *state = (ppp_mppe_state *) arg;
 
 {
     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! "
     if (state->debug &&
        (PPP_PROTOCOL(ibuf) >= 0x0021 && PPP_PROTOCOL(ibuf) <= 0x00fa))
        printk(KERN_DEBUG "mppe_incomp[%d]: incompressible (unencrypted) data! "