CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/04/20 14:51:09
Modified files: sys/net : if_pfsync.c Log message: In pfsync there were some KASSERT hidden behind #ifdef PFSYNC_DEBUG. Assertions should be active and rely on #ifdef DIAGNOSTIC. Retire PFSYNC_DEBUG. OK sashan@ dlg@