Re: [PATCH v4 20/42] remote: introduce virtproxyd daemon to handle IP connectivity

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2019-08-08 at 16:10 +0100, Daniel P. Berrangé wrote:
> +++ b/src/remote/remote_daemon.c
> @@ -906,9 +912,9 @@ daemonUsage(const char *argv0, bool privileged)
>          { "-h | --help", N_("Display program help") },
>          { "-v | --verbose", N_("Verbose messages") },
>          { "-d | --daemon", N_("Run as a daemon & write PID file") },
> -#ifdef WITH_IP
> +#if defined(WITH_IP) && defined(LIBVIRTD)
>          { "-l | --listen", N_("Listen for TCP/IP connections") },
> -#endif /* !WITH_IP */
> +#endif /* !WITH_IP && !LIBVIRTD */

Nit: the comment should read

  /* ! (WITH_IP && LIBVIRTD) */

More instances of the same later.


With that fixed,

  Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx>

which I apparently forgot to give the last time around.

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux