[gnome-keyring] [dbus] Initialize uninitialized variable.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] [dbus] Initialize uninitialized variable.
- Date: Mon, 26 Apr 2010 19:16:04 +0000 (UTC)
commit 6b546d18bb06be956056040427e02ed30ff37bf9
Author: Stef Walter <stef memberwebs com>
Date: Mon Apr 26 19:11:59 2010 +0000
[dbus] Initialize uninitialized variable.
daemon/dbus/gkd-secret-unlock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/dbus/gkd-secret-unlock.c b/daemon/dbus/gkd-secret-unlock.c
index f5df63b..706e9ee 100644
--- a/daemon/dbus/gkd-secret-unlock.c
+++ b/daemon/dbus/gkd-secret-unlock.c
@@ -291,11 +291,11 @@ static gboolean
authenticate_collection (GkdSecretUnlock *self, GP11Object *collection, gboolean *locked)
{
DBusError derr = DBUS_ERROR_INIT;
+ gboolean transient = TRUE;
GkdSecretSecret *master;
GP11Attributes *template;
GP11Attribute *attr;
GP11Object *cred;
- gboolean transient;
gboolean result;
g_assert (GKD_SECRET_IS_UNLOCK (self));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]