Fix ctld(8) to not exit when reloading configuration with invalid
initiator-portal clause. MFC after: 3 days
This commit is contained in:
parent
68a1ef342e
commit
f6683058f1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user