CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/15 10:01:14
Modified files:
sbin/pfctl : pfctl.h pfctl_table.c
Log message:
sbin/pfctl: void functions and exit(3) on error
Changes:
voided:
- pfctl_clear_tables
- pfctl_show_tables
- pfctl_show_ifaces
Those functions now exit(3) in case of error instead
of passing it up to the callers (where it was ignored).
OK mikeb@, sashan@
