cloexec: set all sockets that are created with SOCK_CLOEXEC
[platform/upstream/dbus.git] / dbus / dbus-transport-unix.c
index a13fde1..777c941 100644 (file)
@@ -85,8 +85,6 @@ _dbus_transport_new_for_domain_socket (const char     *path,
       goto failed_0;
     }
 
-  _dbus_fd_set_close_on_exec (fd);
-  
   _dbus_verbose ("Successfully connected to unix socket %s\n",
                  path);