projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0565e
)
Fix uninitialized action id variable
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 8 Jan 2009 20:26:15 +0000
(21:26 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 8 Jan 2009 20:26:15 +0000
(21:26 +0100)
plugins/polkit.c
patch
|
blob
|
history
diff --git
a/plugins/polkit.c
b/plugins/polkit.c
index
de183a2
..
247721e
100644
(file)
--- 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);