Fix ZMQ listen addresses check
This commit is contained in:
parent
aef5bf4797
commit
e494f26a1e
|
|
@ -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");
|
log_info("[config] a valid address to listen to was not found, exiting now");
|
||||||
rv = 1;
|
rv = 1;
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue