X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fchroot.c;h=20e2f03596eb35e6c5aedce0559d6db111fd695b;hb=bbf6b92f662ed909d5b4fca4a43b19e815812b3e;hp=5ca605df64d2823629cebf54a8087e9a87af10d7;hpb=9e4237ebed07d00bf1176178d1358b475d749b27;p=catta diff --git a/avahi-daemon/chroot.c b/avahi-daemon/chroot.c index 5ca605d..20e2f03 100644 --- a/avahi-daemon/chroot.c +++ b/avahi-daemon/chroot.c @@ -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]);