[libvirt] [PATCH] Fix build with polkit0

16 Feb
2012
16 Feb
'12
5:46 a.m.
Commit 8dd623b9 introduced a build error with --enable-compile-warnings=error remote.c:2593: error: unused variable 'rv' [-Wunused-variable] Pushing under build-breaker rule. --- daemon/remote.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/daemon/remote.c b/daemon/remote.c index 724db23..ed27053 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -2590,7 +2590,6 @@ remoteDispatchAuthPolkit(virNetServerPtr server, DBusError err; const char *action; char *ident = NULL; - int rv = -1; struct daemonClientPrivate *priv = virNetServerClientGetPrivateData(client); -- 1.7.7
4959
Age (days ago)
4959
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jim Fehlig