]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/chroot.c
daemons: drop unnecessary setsid() calls
[catta] / avahi-daemon / chroot.c
index 6b9876b7338eb60ab86b60df74f1735e3e09eea4..a4187807cb0973565c6931ab7912f256d3118f07 100644 (file)
@@ -307,8 +307,6 @@ int avahi_chroot_helper_start(const char *argv0) {
         return -1;
     } else if (pid == 0) {
 
-        setsid();
-
         /* Drop all remaining capabilities */
         avahi_caps_drop_all();