mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
missing ')'
* qemud/remote.c: fix a missing ')' introduced earlier Daniel
This commit is contained in:
parent
e9b3bc773d
commit
55f7de7821
@ -1,3 +1,7 @@
|
||||
Thu Feb 7 18:02:22 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* qemud/remote.c: fix a missing ')' introduced earlier
|
||||
|
||||
Thu Feb 7 17:46:14 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/hash.c: fix a couple of problems in virHashRemoveSet based
|
||||
|
@ -2648,7 +2648,7 @@ remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
|
||||
!polkit_context_init(pkcontext, &pkerr)) {
|
||||
qemudLog(QEMUD_ERR, _("Failed to create polkit context %s\n"),
|
||||
(pkerr ? polkit_error_get_error_message(pkerr)
|
||||
: strerror(errno));
|
||||
: strerror(errno)));
|
||||
if (pkerr)
|
||||
polkit_error_free(pkerr);
|
||||
polkit_caller_unref(pkcaller);
|
||||
|
Loading…
x
Reference in New Issue
Block a user