mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
Fix build with polkit 0
Commit e8066d53 broke the build with polkit0: remote.c: In function 'remoteDispatchAuthPolkit': remote.c:4177: error: 'rv' undeclared (first use in this function) Add missing identifier.
This commit is contained in:
parent
a75cf152a5
commit
98b8424ed8
@ -4152,6 +4152,7 @@ remoteDispatchAuthPolkit (struct qemud_server *server,
|
||||
DBusError err;
|
||||
const char *action;
|
||||
char ident[100];
|
||||
int rv;
|
||||
|
||||
memset(ident, 0, sizeof ident);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user