From f8e8d7b67c33dd4c3726804b684366ce8d9855d5 Mon Sep 17 00:00:00 2001 From: bodea Date: Tue, 10 May 2005 09:57:50 +0000 Subject: [PATCH] *** empty log message *** --- ppp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ppp.c b/ppp.c index b8973c7..11b4124 100644 --- a/ppp.c +++ b/ppp.c @@ -1,6 +1,6 @@ // L2TPNS PPP Stuff -char const *cvs_id_ppp = "$Id: ppp.c,v 1.57 2005/05/10 09:57:19 bodea Exp $"; +char const *cvs_id_ppp = "$Id: ppp.c,v 1.58 2005/05/10 09:57:50 bodea Exp $"; #include #include @@ -357,7 +357,6 @@ void processlcp(tunnelidt t, sessionidt s, uint8_t *p, uint16_t l) { int x = l - 4; uint8_t *o = (p + 4); - int authtype = 0; LOG(3, s, t, "LCP: ConfigAck (%d bytes)...\n", l); if (config->debug > 3) dumplcp(p, l); -- 2.20.1