* qemud/remote.c: fix a missing ')' introduced earlier
Daniel
+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
!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);