missing ')'

* qemud/remote.c: fix a missing ')' introduced earlier
Daniel
This commit is contained in:
Daniel Veillard 2008-02-07 17:03:17 +00:00
parent e9b3bc773d
commit 55f7de7821
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);