typo
This commit is contained in:
parent
2f1b71cd74
commit
6c12196d4e
1 changed files with 2 additions and 2 deletions
4
ppp.c
4
ppp.c
|
|
@ -1,6 +1,6 @@
|
||||||
// L2TPNS PPP Stuff
|
// L2TPNS PPP Stuff
|
||||||
|
|
||||||
char const *cvs_id_ppp = "$Id: ppp.c,v 1.16 2004/09/23 04:01:36 fred_nerk Exp $";
|
char const *cvs_id_ppp = "$Id: ppp.c,v 1.17 2004/10/29 04:01:53 bodea Exp $";
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
@ -731,7 +731,7 @@ void processccp(tunnelidt t, sessionidt s, u8 * p, u16 l)
|
||||||
log_hex(5, "CCP", p, l);
|
log_hex(5, "CCP", p, l);
|
||||||
if (l < 2 || (*p != ConfigReq && *p != TerminateReq))
|
if (l < 2 || (*p != ConfigReq && *p != TerminateReq))
|
||||||
{
|
{
|
||||||
log(1, 0, s, t, "Unexpecetd CCP request code %d\n", *p);
|
log(1, 0, s, t, "Unexpected CCP request code %d\n", *p);
|
||||||
STAT(tunnel_rx_errors);
|
STAT(tunnel_rx_errors);
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue