From: Paul Mackerras Date: Tue, 4 Jul 1995 12:32:26 +0000 (+0000) Subject: Fix for chap-rechallenge stuff X-Git-Tag: RELEASE_2_3_6~651 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=68497c7d9717fc53f7864d6555be1e0b5e15e696;ds=sidebyside Fix for chap-rechallenge stuff --- diff --git a/pppd/chap.c b/pppd/chap.c index 72870c5..d72c36d 100644 --- a/pppd/chap.c +++ b/pppd/chap.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap.c,v 1.7 1995/04/24 05:59:12 paulus Exp $"; +static char rcsid[] = "$Id: chap.c,v 1.8 1995/07/04 12:32:26 paulus Exp $"; #endif /* @@ -189,9 +189,6 @@ ChapRechallenge(arg) ChapGenChallenge(cstate); ChapSendChallenge(cstate); cstate->serverstate = CHAPSS_RECHALLENGE; - - if (cstate->chal_interval != 0) - TIMEOUT(ChapRechallenge, (caddr_t) cstate, cstate->chal_interval); }