Re: [libvirt] [PATCH] Revert "remote: remove unused constant for libvirtd config file"

2019-07-04 Thread Daniel P . Berrangé
On Thu, Jul 04, 2019 at 09:26:26AM +0200, Peter Krempa wrote: > The constant is not unused and breaks the build of the remote driver. > > This reverts commit 86fbce56f27e06b34d63879c9f634a58a1e0a04a. > > Signed-off-by: Peter Krempa > --- > > Pushed under the build-breaker rule. > > src/remote

[libvirt] [PATCH] Revert "remote: remove unused constant for libvirtd config file"

2019-07-04 Thread Peter Krempa
The constant is not unused and breaks the build of the remote driver. This reverts commit 86fbce56f27e06b34d63879c9f634a58a1e0a04a. Signed-off-by: Peter Krempa --- Pushed under the build-breaker rule. src/remote/remote_driver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/remote/re