From 314ac65e5c7efed2d9ca21a88f9380d63aa95d33 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 2 Sep 2016 11:39:36 +0100 Subject: [PATCH] Update comment Signed-off-by: David Woodhouse --- esp-seqno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-seqno.c b/esp-seqno.c index 23ee219d..cb037bde 100644 --- a/esp-seqno.c +++ b/esp-seqno.c @@ -104,7 +104,7 @@ int verify_packet_seqno(struct openconnect_info *vpninfo, seq, esp->seq); return -EINVAL; } else if (delta == 1) { - /* This is a repeat of the latest packet we already received. */ + /* Not in the bitmask since it is by definition already received. */ replayed: vpn_progress(vpninfo, PRG_DEBUG, _("Discarding replayed ESP packet with seq %u\n"), -- 2.50.1