Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dbus: fix the hang dbus_shutdown() hang when dbus is not active
  • Loading branch information
perexg committed Nov 3, 2014
1 parent 464383a commit f1da79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -961,7 +961,7 @@ main(int argc, char **argv)

#if ENABLE_DBUS_1
extern void dbus_shutdown(void);
dbus_shutdown();
if (opt_dbus) dbus_shutdown();
#endif
return 0;
}
Expand Down

0 comments on commit f1da79f

Please sign in to comment.