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

@@ -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);