summaryrefslogtreecommitdiff
path: root/source4/client/smbspool.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-13 10:01:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:07 -0500
commit00e2b7c1b49b128488cf977b40b086b935fb605a (patch)
tree0d68e4e6359ed6f9e2971dc6986db726ca1af6ac /source4/client/smbspool.c
parent68c15667f5c80b1990616829301990315c9a2254 (diff)
downloadsamba-00e2b7c1b49b128488cf977b40b086b935fb605a.tar.gz
samba-00e2b7c1b49b128488cf977b40b086b935fb605a.tar.bz2
samba-00e2b7c1b49b128488cf977b40b086b935fb605a.zip
r7530: Simply calling convention of lp_load().
This always loads all the services, as we now don't have an easy way to split out smbd. Andrew Bartlett (This used to be commit 990e061939c76b559c4f5914c5fc6ca1b13e19dd)
Diffstat (limited to 'source4/client/smbspool.c')
-rw-r--r--source4/client/smbspool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/smbspool.c b/source4/client/smbspool.c
index 620e4b301c..41cb4c9bf3 100644
--- a/source4/client/smbspool.c
+++ b/source4/client/smbspool.c
@@ -186,7 +186,7 @@ static int smb_print(struct smbcli_state *, char *, FILE *);
in_client = True; /* Make sure that we tell lp_load we are */
- if (!lp_load(dyn_CONFIGFILE, True, False, False))
+ if (!lp_load(dyn_CONFIGFILE))
{
fprintf(stderr, "ERROR: Can't load %s - run testparm to debug it\n", dyn_CONFIGFILE);
return (1);