diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 2 | ||||
-rw-r--r-- | source3/client/smbmount.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 988b6685a8..da44f344dd 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -3745,7 +3745,7 @@ static void usage(char *pname) DEBUG(0,("Failed to get my hostname.\n")); } - if (!lp_load(servicesf,True)) { + if (!lp_load(servicesf,True,False,False)) { fprintf(stderr, "Can't load %s - run testparm to debug it\n", servicesf); } diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index e5902ff0d9..fdafaec9fa 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -868,7 +868,7 @@ static void usage(char *pname) DEBUG(0,("Failed to get my hostname.\n")); } - if (!lp_load(servicesf,True)) { + if (!lp_load(servicesf,True,False,False)) { fprintf(stderr, "Can't load %s - run testparm to debug it\n", servicesf); } |