diff options
author | Michael Adam <obnox@samba.org> | 2011-07-28 10:28:40 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-28 11:17:40 +0200 |
commit | b9fdfbad2e1d18dfd3057e64511101cc171945b2 (patch) | |
tree | 657d42e5ed0476c880e5835564e3701fac192c9e | |
parent | 7e2deb94dc13d1e3bad38e332c838ffd9a403480 (diff) | |
download | samba-b9fdfbad2e1d18dfd3057e64511101cc171945b2.tar.gz samba-b9fdfbad2e1d18dfd3057e64511101cc171945b2.tar.bz2 samba-b9fdfbad2e1d18dfd3057e64511101cc171945b2.zip |
s3:smbtree: use lp_load_global()
-rw-r--r-- | source3/utils/smbtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbtree.c b/source3/utils/smbtree.c index e1836ab4d7..e2f109e9eb 100644 --- a/source3/utils/smbtree.c +++ b/source3/utils/smbtree.c @@ -318,7 +318,7 @@ static bool print_tree(struct user_auth_info *user_info) while(poptGetNextOpt(pc) != -1); poptFreeContext(pc); - lp_load(get_dyn_CONFIGFILE(),True,False,False,True); + lp_load_global(get_dyn_CONFIGFILE()); load_interfaces(); /* Parse command line args */ |