[server] compile bug fix for pf/ipfw firewall systems

This commit is contained in:
Michael Rash
2013-07-10 23:11:29 -04:00
parent e75c10c6e5
commit 9664105906
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -176,7 +176,7 @@ fw_dump_rules(const fko_srv_options_t * const opts)
return(got_err);
}
void
int
fw_config_init(fko_srv_options_t * const opts)
{
int is_err;
@@ -240,7 +240,7 @@ fw_config_init(fko_srv_options_t * const opts)
return 1;
}
void
int
fw_initialize(const fko_srv_options_t * const opts)
{
int res = 0, is_err;
+2 -2
View File
@@ -142,7 +142,7 @@ delete_all_anchor_rules(const fko_srv_options_t *opts)
return;
}
void
int
fw_config_init(fko_srv_options_t * const opts)
{
memset(&fwc, 0x0, sizeof(struct fw_config));
@@ -162,7 +162,7 @@ fw_config_init(fko_srv_options_t * const opts)
return 1;
}
void
int
fw_initialize(const fko_srv_options_t * const opts)
{