doc/share/security/patches/SA-20:02/ipsec.patch
2020-01-28 19:12:55 +00:00

11 lines
202 B
Diff

--- sys/netipsec/ipsec.c.orig
+++ sys/netipsec/ipsec.c
@@ -1318,6 +1318,8 @@
__func__, replay->overflow,
ipsec_sa2str(sav, buf, sizeof(buf))));
}
+
+ replay->count++;
return (0);
}