typo
This commit is contained in:
parent
0adfa09090
commit
1d19366e15
3 changed files with 4 additions and 4 deletions
2
l2tpns.c
2
l2tpns.c
|
|
@ -4115,7 +4115,7 @@ static void mainloop(void)
|
|||
{
|
||||
int i, j;
|
||||
uint8_t buf[65536];
|
||||
uint8_t *p = buf + 32; // for the hearder of the forwarded MPPP packet (see C_MPPP_FORWARD)
|
||||
uint8_t *p = buf + 32; // for the header of the forwarded MPPP packet (see C_MPPP_FORWARD)
|
||||
// and the forwarded pppoe session
|
||||
int size_bufp = sizeof(buf) - 32;
|
||||
clockt next_cluster_ping = 0; // send initial ping immediately
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue