Fix ZMQ listen addresses check

This commit is contained in:
emanuel 2022-10-25 16:36:28 +01:00
parent aef5bf4797
commit e494f26a1e
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ int facilities_config() {
}
}
}
if (!facilities.zmq.n_responders) {
if (facilities.zmq.n_responders <= 1) {
log_info("[config] a valid address to listen to was not found, exiting now");
rv = 1;
goto cleanup;