Skip to content
Snippets Groups Projects
Commit 335cdf9a authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

phosh: properly initialize lock variable

parent b86bdee1
No related branches found
No related tags found
No related merge requests found
......@@ -950,7 +950,7 @@ int main(int argc, char *argv[])
GMainContext *context;
GOptionContext *opt_context;
GError *err = NULL;
gboolean unlocked;
gboolean unlocked = FALSE;
const GOptionEntry options [] = {
{"unlocked", 'U', 0, G_OPTION_ARG_NONE, &unlocked,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment