]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/chroot.c
Fix registration of really large records, like it is necessary for XEP-0174 (jabber...
[catta] / avahi-daemon / chroot.c
index 5ca605df64d2823629cebf54a8087e9a87af10d7..20e2f03596eb35e6c5aedce0559d6db111fd695b 100644 (file)
@@ -314,7 +314,9 @@ int avahi_chroot_helper_start(const char *argv0) {
         /* Drop all remaining capabilities */
         avahi_caps_drop_all();
 
-        avahi_set_proc_title("%s: chroot helper process", argv0);
+        avahi_set_proc_title(argv0, "%s: chroot helper", argv0);
+
+        daemon_retval_done();
         
         close(sock[0]);
         helper_main(sock[1]);