mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +00:00
patch #6969: PPP: missing PAP authentication UNTIMEOUT
This commit is contained in:
parent
73251bc9c1
commit
b5d28e0a9c
@ -46,6 +46,9 @@ HISTORY
|
|||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
|
2009-12-04: Simon Goldschmidt (patch by Ioardan Neshev)
|
||||||
|
* pap.c: patch #6969: PPP: missing PAP authentication UNTIMEOUT
|
||||||
|
|
||||||
2009-12-03: Simon Goldschmidt
|
2009-12-03: Simon Goldschmidt
|
||||||
* tcp.h, tcp_in.c, tcp_out.c: Fixed bug #28106: dup ack for fast retransmit
|
* tcp.h, tcp_in.c, tcp_out.c: Fixed bug #28106: dup ack for fast retransmit
|
||||||
could have non-zero length
|
could have non-zero length
|
||||||
|
@ -492,6 +492,7 @@ upap_rauthack(upap_state *u, u_char *inp, int id, int len)
|
|||||||
msg = (char *) inp;
|
msg = (char *) inp;
|
||||||
PRINTMSG(msg, msglen);
|
PRINTMSG(msg, msglen);
|
||||||
|
|
||||||
|
UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
|
||||||
u->us_clientstate = UPAPCS_OPEN;
|
u->us_clientstate = UPAPCS_OPEN;
|
||||||
|
|
||||||
auth_withpeer_success(u->us_unit, PPP_PAP);
|
auth_withpeer_success(u->us_unit, PPP_PAP);
|
||||||
|
Loading…
Reference in New Issue
Block a user