Fix ctld(8) to not exit when reloading configuration with invalid

initiator-portal clause.

MFC after:	3 days
This commit is contained in:
Edward Tomasz Napierala 2016-07-09 20:01:07 +00:00
parent 392a8e4408
commit f9a2051818
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302503

View File

@ -402,7 +402,7 @@ auth_portal_new(struct auth_group *ag, const char *portal)
error:
free(ap);
log_errx(1, "Incorrect initiator portal '%s'", portal);
log_warnx("incorrect initiator portal \"%s\"", portal);
return (NULL);
}