CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2012/11/05 19:50:47
Modified files: sbin/pflogd : pflogd.c Log message: Ensure that if_exists() always closes its socket before returning. Also fix a bug where the return value of if_exists() was not checked correctly if the interface disappears while pflogd is running. ok beck henning