summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-14 08:27:41 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-14 08:27:41 +0000
commitb85346942e7d785af718b68d61b208cb457a2b27 (patch)
treeb99ebbcff64702909827dea32cb773a14c469190 /source3/smbd
parentbfd5df01a33a7c1674a256add3d703e60b02516f (diff)
downloadsamba-b85346942e7d785af718b68d61b208cb457a2b27.tar.gz
samba-b85346942e7d785af718b68d61b208cb457a2b27.tar.bz2
samba-b85346942e7d785af718b68d61b208cb457a2b27.zip
another makeover of loadparm to support new stuff in swat and
testparm. In particular I added: - ability to optionally save default values of all parameters when calling lp_load(). This can then be used to save only non-default parameters in lp_dump(). This makes the saved smb.conf (and viewed parameters in testparm) much shorter - ability to not load ipc share in lp_load() - separators in parm_table[] so parameters can be grouped logically. - flag to mark parameters that are local but which should be also viewed as global as far as parameters editing is concerned (This used to be commit f9af35da26e58fb0b644b5f0169f1c212230047a)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 3c54f388fe..b42ebd6c0f 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -3257,7 +3257,7 @@ BOOL reload_services(BOOL test)
lp_killunused(snum_used);
- ret = lp_load(servicesf,False);
+ ret = lp_load(servicesf,False,False,True);
/* perhaps the config filename is now set */
if (!test)