summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/polkit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/polkit.c b/plugins/polkit.c
index de183a27..247721ee 100644
--- a/plugins/polkit.c
+++ b/plugins/polkit.c
@@ -47,7 +47,7 @@ static int polkit_authorize(const char *sender,
PolKitCaller *caller;
PolKitAction *action;
PolKitResult result;
- const char *id;
+ const char *id = NULL;
DBG("sender %s", sender);