1
0
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:
Andreas Schneider 2016-10-05 08:33:03 +02:00 committed by Jeremy Allison
parent c7bcbd166d
commit 5148d3f4fa

View File

@ -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)
{