Skip to content

Commit

Permalink
Minor wording change to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed May 30, 2016
1 parent df47ed4 commit 3d044a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/access.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3d044a2

Please sign in to comment.