]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/main.c
* simply compilation a little
[catta] / avahi-daemon / main.c
index 99bf86036d5fd45449d295f73a5ea96ce81c5914..480753e59a14cbb036aed066a6fbd9ab2eda3296 100644 (file)
@@ -538,10 +538,10 @@ static gint run_server(DaemonConfig *c) {
     
     static_service_load();
 
-    if (c->daemonize) {
+    if (c->daemonize)
         daemon_retval_send(0);
-        r = 0;
-    }
+
+    r = 0;
 
     g_main_loop_run(loop);
 
@@ -558,7 +558,6 @@ finish:
         dbus_protocol_shutdown();
 #endif
 
-
     if (avahi_server)
         avahi_server_free(avahi_server);