diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-service.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test-service.c b/test/test-service.c index 732e5b13..9d5eceef 100644 --- a/test/test-service.c +++ b/test/test-service.c @@ -2,7 +2,7 @@  #include "test-utils.h"  static DBusLoop *loop; -static dbus_bool_t already_quit; +static dbus_bool_t already_quit = FALSE;  static void  quit (void) @@ -140,7 +140,8 @@ main (int    argc,        dbus_error_free (&error);        exit (1);      } -   + +  _dbus_verbose ("*** Test service entering main loop\n");    _dbus_loop_run (loop);    test_connection_shutdown (loop, connection);  | 
