]> xenbits.xensource.com Git - libvirt.git/commit
remote: fix systemd IP socket activation with virtproxyd
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Sep 2019 15:18:41 +0000 (16:18 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 30 Sep 2019 11:04:29 +0000 (12:04 +0100)
commit0ad9f12e75ad40d9e36b70b844a5bbc7322e4588
treea18934bbda2e468490d197213d345b46dd454d12
parent9e08949e87521d5eecc75e66b564ace61374b909
remote: fix systemd IP socket activation with virtproxyd

We recently forbid the use of --listen with socket activation:

  commit 3a6a725b8f575890ee6c151ad1f46ea0ceea1f3b
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Thu Aug 22 14:52:16 2019 +0100

      remote: forbid the --listen arg when systemd socket activation

In this change we forgot that virtproxyd doesn't have a --listen
parameter, and instead behaves as if it was always present. Thus
when systemd socket activation is present, we must disable this
built-in default

Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/remote_daemon.c