summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 01:03:35 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 01:03:35 +0000
commit378290bfe1dc4965679495aab58be55e81ecf192 (patch)
tree01da27379cd0280fa3249c888316641b6fc73615 /source
parent4f411d62640615ce94667ddb9946082e72e23bb6 (diff)
downloadsamba-378290bfe1dc4965679495aab58be55e81ecf192.tar.gz
samba-378290bfe1dc4965679495aab58be55e81ecf192.tar.xz
samba-378290bfe1dc4965679495aab58be55e81ecf192.zip
somehow "in_client" got included twice in two places.
Diffstat (limited to 'source')
-rw-r--r--source/client/client.c1
-rw-r--r--source/param/loadparm.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/client/client.c b/source/client/client.c
index a6a3be73382..72463966a44 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -30,7 +30,6 @@
extern BOOL in_client;
pstring cur_dir = "\\";
pstring cd_path = "";
-extern BOOL in_client;
extern pstring service;
extern pstring desthost;
extern pstring global_myname;
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index ad8e27be982..b7486448bbf 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -67,7 +67,6 @@
BOOL in_client = False; /* Not in the client by default */
BOOL bLoaded = False;
-BOOL in_client = False;
extern int DEBUGLEVEL;
extern pstring user_socket_options;