From b64ad7990b6b1abfee2d2f4c3701a59a38c60cfe Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 30 Mar 2025 18:05:39 +0200 Subject: [PATCH] Update comment --- l2tpns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2tpns.c b/l2tpns.c index 5d9ad81..66f0214 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -3470,7 +3470,7 @@ static controlt *controlnew(uint16_t mtype) return c; } -// send zero block if nothing is waiting +// send zero block // (ZLB send). static void controlnull(tunnelidt t) {