diff --git a/l2tpns.c b/l2tpns.c index cf2f00e..941e81e 100644 --- a/l2tpns.c +++ b/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); } break; - case 3: // SCCN - LOG(3, s, t, "Received SCCN\n"); + case 3: // SCCCN + LOG(3, s, t, "Received SCCCN\n"); tunnel[t].state = TUNNELOPEN; tunnel[t].lastrec = time_now; create_kernel_tunnel(t, tunnel[t].far);