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

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