Rocco Rutte:
[apps/madmutt.git] / mutt_socket.c
index f0ca158..9029b3e 100644 (file)
@@ -475,6 +475,7 @@ int raw_socket_open (CONNECTION * conn)
 
     if (fd >= 0) {
       if ((rc = socket_connect (fd, (struct sockaddr *) &sin)) == 0) {
+        fcntl (fd, F_SETFD, FD_CLOEXEC);
         conn->fd = fd;
         break;
       }