summaryrefslogtreecommitdiff
path: root/pppd/chap.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1994-04-18 04:01:07 +0000
committerPaul Mackerras <paulus@samba.org>1994-04-18 04:01:07 +0000
commit847ebe69ddf05fd4aec145a0e2b7d88924e30d92 (patch)
tree27d7d0fa76b196e9869c5fc000a53245dd680ee6 /pppd/chap.c
parent63817f712ad80eaa38bc7e549926f7e032a42f42 (diff)
downloadppp-847ebe69ddf05fd4aec145a0e2b7d88924e30d92.tar.gz
added a couple of untimeouts.
Diffstat (limited to 'pppd/chap.c')
-rw-r--r--pppd/chap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/pppd/chap.c b/pppd/chap.c
index 043dad9..64f39bc 100644
--- a/pppd/chap.c
+++ b/pppd/chap.c
@@ -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.
*/