Skip to content

Commit

Permalink
smcrouted: invert logic, lost in previous refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Aug 15, 2021
1 parent 4b6ee0f commit 0be1e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ int conf_parse(struct conf *conf, int do_vifs)
else
smclog(LOG_WARNING, "Failed opening %s: %s", conf->file, strerror(errno));

if (conf_vrfy)
if (!conf_vrfy)
smclog(LOG_NOTICE, "Continuing anyway, waiting for client to connect.");

return 1;
Expand Down

0 comments on commit 0be1e49

Please sign in to comment.