mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
Load modules in lp_modules() after fork()
(This used to be commit 77afa4f1679c22cde88ecc5bc7ed37951c822221)
This commit is contained in:
parent
2e2a5d50eb
commit
ba7056a842
@ -373,6 +373,10 @@ static BOOL open_sockets_smbd(BOOL is_daemon,const char *smb_ports)
|
||||
return False;
|
||||
}
|
||||
|
||||
/* Load DSO's */
|
||||
if(lp_modules())
|
||||
smb_load_modules(lp_modules());
|
||||
|
||||
return True;
|
||||
}
|
||||
/* The parent doesn't need this socket */
|
||||
|
Loading…
x
Reference in New Issue
Block a user