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:
parent
8d6d31c002
commit
c5ab2eb71a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user