1
0
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:
Jelmer Vernooij 2002-11-13 19:04:17 +00:00
parent 2e2a5d50eb
commit ba7056a842

View File

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