mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
Fix build with polkit0
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.
This commit is contained in:
parent
8b29c45986
commit
c05ec92021
@ -2590,7 +2590,6 @@ remoteDispatchAuthPolkit(virNetServerPtr server,
|
||||
DBusError err;
|
||||
const char *action;
|
||||
char *ident = NULL;
|
||||
int rv = -1;
|
||||
struct daemonClientPrivate *priv =
|
||||
virNetServerClientGetPrivateData(client);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user