Typo
This commit is contained in:
parent
6cf6cdfbe7
commit
557a3944e6
1 changed files with 2 additions and 2 deletions
4
l2tpns.c
4
l2tpns.c
|
|
@ -4785,8 +4785,8 @@ void processudp(uint8_t *buf, int len, struct sockaddr_in *addr, uint16_t indexu
|
||||||
tunnelshutdown(t, "Shutting down", 6, 0, 0);
|
tunnelshutdown(t, "Shutting down", 6, 0, 0);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 3: // SCCN
|
case 3: // SCCCN
|
||||||
LOG(3, s, t, "Received SCCN\n");
|
LOG(3, s, t, "Received SCCCN\n");
|
||||||
tunnel[t].state = TUNNELOPEN;
|
tunnel[t].state = TUNNELOPEN;
|
||||||
tunnel[t].lastrec = time_now;
|
tunnel[t].lastrec = time_now;
|
||||||
create_kernel_tunnel(t, tunnel[t].far);
|
create_kernel_tunnel(t, tunnel[t].far);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue