[libvirt] [PATCH 2/2] remote: fix registration of TLS socket

Daniel P. Berrangé berrange at redhat.com
Tue Sep 17 09:34:31 UTC 2019


On Tue, Sep 17, 2019 at 05:03:57PM +1000, Michael Chapman wrote:
> Signed-off-by: Michael Chapman <mike at very.puzzling.org>
> ---
>  src/remote/remote_daemon.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/remote/remote_daemon.c b/src/remote/remote_daemon.c
> index 966f3da2d0..7195ac9218 100644
> --- a/src/remote/remote_daemon.c
> +++ b/src/remote/remote_daemon.c
> @@ -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 ||

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list