From 2a90c448bd0c4f05038f0936aa0b3390b275c6dc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 26 Jun 2005 01:11:12 +0000 Subject: r7916: - got rid of the in_client global - make not finding smb.conf a level 1 message, not level 0. Most of our tools handle no smb.conf, and those that don't should check for the specific parameters they need, or use the defaults (This used to be commit 8c17b61f8e0f6eefa6a1f853abc06d023627bbbb) --- source4/client/smbspool.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source4/client/smbspool.c') diff --git a/source4/client/smbspool.c b/source4/client/smbspool.c index c975e04771..2703205d7d 100644 --- a/source4/client/smbspool.c +++ b/source4/client/smbspool.c @@ -22,13 +22,6 @@ #include "includes.h" -/* - * Globals... - */ - -extern BOOL in_client; /* Boolean for client library */ - - /* * Local functions... */ @@ -184,8 +177,6 @@ static int smb_print(struct smbcli_state *, char *, FILE *); setup_logging("smbspool", DEBUG_STDOUT); - in_client = True; /* Make sure that we tell lp_load we are */ - if (!lp_load(dyn_CONFIGFILE)) { fprintf(stderr, "ERROR: Can't load %s - run testparm to debug it\n", dyn_CONFIGFILE); -- cgit