patch #6969: PPP: missing PAP authentication UNTIMEOUT

This commit is contained in:
goldsimon 2009-12-04 15:41:26 +00:00
parent 73251bc9c1
commit b5d28e0a9c
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,9 @@ HISTORY
++ Bugfixes:
2009-12-04: Simon Goldschmidt (patch by Ioardan Neshev)
* pap.c: patch #6969: PPP: missing PAP authentication UNTIMEOUT
2009-12-03: Simon Goldschmidt
* tcp.h, tcp_in.c, tcp_out.c: Fixed bug #28106: dup ack for fast retransmit
could have non-zero length

View File

@ -492,6 +492,7 @@ upap_rauthack(upap_state *u, u_char *inp, int id, int len)
msg = (char *) inp;
PRINTMSG(msg, msglen);
UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
u->us_clientstate = UPAPCS_OPEN;
auth_withpeer_success(u->us_unit, PPP_PAP);