mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
remote: fix registration of TLS socket
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Michael Chapman <mike@very.puzzling.org>
This commit is contained in:
parent
425e5783f9
commit
522b3d2b24
@ -505,7 +505,7 @@ daemonSetupNetworking(virNetServerPtr srv,
|
||||
config->max_client_requests) < 0)
|
||||
goto cleanup;
|
||||
|
||||
if (((ipsock && config->listen_tls) || (act && virSystemdActivationHasName(act, "ip-tls")))) {
|
||||
if (((ipsock && config->listen_tls) || (act && virSystemdActivationHasName(act, DAEMON_NAME "-tls.socket")))) {
|
||||
virNetTLSContextPtr ctxt = NULL;
|
||||
|
||||
if (config->ca_file ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user