]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap.c
added patent nonsense.
[ppp.git] / pppd / chap.c
index 043dad9d00987cf5e61b93528940ed16cb5160a6..64f39bc51c1bdc398189f1c372ef8dbf1f521583 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: chap.c,v 1.2 1994/04/11 07:13:44 paulus Exp $";
+static char rcsid[] = "$Id: chap.c,v 1.3 1994/04/18 04:01:07 paulus Exp $";
 #endif
 
 /*
@@ -557,6 +557,8 @@ ChapReceiveSuccess(cstate, inp, id, len)
        return;
     }
 
+    UNTIMEOUT(ChapResponseTimeout, (caddr_t) cstate);
+
     /*
      * Print message.
      */
@@ -591,6 +593,8 @@ ChapReceiveFailure(cstate, inp, id, len)
        return;
     }
 
+    UNTIMEOUT(ChapResponseTimeout, (caddr_t) cstate);
+
     /*
      * Print message.
      */