mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3-param: Add comment to call lp_load_global() after popt processing
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
c7bcbd166d
commit
5148d3f4fa
@ -3903,6 +3903,9 @@ bool lp_load_initial_only(const char *pszFname)
|
||||
|
||||
/**
|
||||
* most common lp_load wrapper, loading only the globals
|
||||
*
|
||||
* If this is used in a daemon or client utility it should be called
|
||||
* after processing popt.
|
||||
*/
|
||||
bool lp_load_global(const char *file_name)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user