minor compiler warning fix on OpenBSD
This commit is contained in:
parent
860b4527a4
commit
893b89a3eb
@ -182,7 +182,7 @@ fw_initialize(const fko_srv_options_t *opts)
|
||||
if (! anchor_active(opts))
|
||||
{
|
||||
fprintf(stderr, "Warning: the fwknop anchor is not active in the pf policy\n");
|
||||
clean_exit(opts, NO_FW_CLEANUP, EXIT_FAILURE);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
/* Delete any existing rules in the fwknop anchor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user