1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

s3:rpcclient: use the lp_load_global() wrapper of lp_load()

This commit is contained in:
Michael Adam 2011-07-27 16:36:14 +02:00
parent a7e9219002
commit 4a21e50474

@ -976,7 +976,7 @@ out_free:
/* Load smb.conf file */
if (!lp_load(get_dyn_CONFIGFILE(),True,False,False,True))
if (!lp_load_global(get_dyn_CONFIGFILE()))
fprintf(stderr, "Can't load %s\n", get_dyn_CONFIGFILE());
/*