[server] minor comment typo fix

This commit is contained in:
Michael Rash
2014-03-01 14:34:20 -05:00
parent 14dc8c6ea2
commit 3eeca9b2e3
+1 -1
View File
@@ -1392,7 +1392,7 @@ parse_access_file(fko_srv_options_t *opts)
if(strncasecmp(opts->config[CONF_ENABLE_IPT_FORWARDING], "Y", 1) !=0 )
{
log_msg(LOG_ERR,
"[*] FORCE_SNAT_NAT requires ENABLE_IPT_FORWARDING to be enabled in fwknopd.conf");
"[*] FORCE_SNAT requires ENABLE_IPT_FORWARDING to be enabled in fwknopd.conf");
fclose(file_ptr);
clean_exit(opts, NO_FW_CLEANUP, EXIT_FAILURE);
}