X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=source%2Fclient%2Fsmbspool.c;fp=source%2Fclient%2Fsmbspool.c;h=41cb4c9bf30a53b48502d299e955f7230b470cfe;hb=990e061939c76b559c4f5914c5fc6ca1b13e19dd;hp=620e4b301c1ac6c9f91cf6a97beea44e1e5119f1;hpb=a977dcef030605d0be1b7ce2a6500b202e35eaac;p=jelmer%2Fsamba4-debian.git diff --git a/source/client/smbspool.c b/source/client/smbspool.c index 620e4b301..41cb4c9bf 100644 --- a/source/client/smbspool.c +++ b/source/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);