mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 01:43:23 +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>
|
Thu Feb 7 17:46:14 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* src/hash.c: fix a couple of problems in virHashRemoveSet based
|
* 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)) {
|
!polkit_context_init(pkcontext, &pkerr)) {
|
||||||
qemudLog(QEMUD_ERR, _("Failed to create polkit context %s\n"),
|
qemudLog(QEMUD_ERR, _("Failed to create polkit context %s\n"),
|
||||||
(pkerr ? polkit_error_get_error_message(pkerr)
|
(pkerr ? polkit_error_get_error_message(pkerr)
|
||||||
: strerror(errno));
|
: strerror(errno)));
|
||||||
if (pkerr)
|
if (pkerr)
|
||||||
polkit_error_free(pkerr);
|
polkit_error_free(pkerr);
|
||||||
polkit_caller_unref(pkcaller);
|
polkit_caller_unref(pkcaller);
|
||||||
|
Loading…
Reference in New Issue
Block a user