Minor wording change to error message

This commit is contained in:
Jonathan Bennett 2016-05-30 14:32:33 -05:00
parent df47ed4ecd
commit 3d044a2d04

View File

@ -1907,7 +1907,7 @@ parse_access_file(fko_srv_options_t *opts, char *access_filename, int *depth)
&& (strncasecmp(opts->config[CONF_ENABLE_IPT_LOCAL_NAT], "Y", 1) !=0 ))
{
log_msg(LOG_ERR,
"[*] FORCE_NAT requires ENABLE_IPT_FORWARDING ENABLE_IPT_LOCAL_NAT in fwknopd.conf");
"[*] FORCE_NAT requires either ENABLE_IPT_FORWARDING or ENABLE_IPT_LOCAL_NAT in fwknopd.conf");
fclose(file_ptr);
return EXIT_FAILURE;
}