r7530: Simply calling convention of lp_load().
[jelmer/samba4-debian.git] / source / client / smbspool.c
index 620e4b301c1ac6c9f91cf6a97beea44e1e5119f1..41cb4c9bf30a53b48502d299e955f7230b470cfe 100644 (file)
@@ -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);