From 2831c627740c80d4ea1187058b249e1d5b5e5c58 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Sun, 2 Feb 1997 16:03:51 +0000 Subject: line 1960 - call to atexit - address of higher order function killkids not needed (address already specified). lkcl (This used to be commit c5ab2eb71afd2961dfb61da30984a8b0fc88e754) --- source3/smbd/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/server.c') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 2d47816ff7..6ab6c76c4a 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -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 */ -- cgit