1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

line 1960 - call to atexit - address of higher order function killkids

not needed (address already specified).

lkcl
This commit is contained in:
Samba Release Account 0001-01-01 00:00:00 +00:00
parent 8d6d31c002
commit c5ab2eb71a

View 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 */