summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/secret-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/secret-tool.c b/tool/secret-tool.c
index 735da93..80226ce 100644
--- a/tool/secret-tool.c
+++ b/tool/secret-tool.c
@@ -189,7 +189,7 @@ secret_tool_action_lookup (int argc,
GOptionContext *context;
SecretService *service;
GHashTable *attributes;
- SecretValue *value;
+ SecretValue *value = NULL;
context = g_option_context_new ("attribute value ...");
g_option_context_add_main_entries (context, LOOKUP_OPTIONS, GETTEXT_PACKAGE);