minor compiler warning fix on OpenBSD

This commit is contained in:
Michael Rash 2011-12-03 21:21:29 -05:00
parent 860b4527a4
commit 893b89a3eb

View File

@ -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