line 1960 - call to atexit - address of higher order function killkids
authorSamba Release Account <samba-bugs@samba.org>
Sun, 2 Feb 1997 16:03:51 +0000 (16:03 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 2 Feb 1997 16:03:51 +0000 (16:03 +0000)
not needed (address already specified).

lkcl
(This used to be commit c5ab2eb71afd2961dfb61da30984a8b0fc88e754)

source3/smbd/server.c

index 2d47816ff7686656d875d622e660db06b414fe11..6ab6c76c4af9d6ef9cae6d5b24e4fff88ef7046c 100644 (file)
@@ -1957,7 +1957,7 @@ static BOOL open_sockets(BOOL is_daemon,int port)
        }
       
       if(atexit_set == 0)
-        atexit(&killkids);
+        atexit(killkids);
 
       /* now accept incoming connections - forking a new process
         for each incoming connection */