summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/client/client.c1
-rw-r--r--source3/param/loadparm.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index a6a3be7338..72463966a4 100644
--- a/source3/client/client.c
+++ b/source3/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/source3/param/loadparm.c b/source3/param/loadparm.c
index ad8e27be98..b7486448bb 100644
--- a/source3/param/loadparm.c
+++ b/source3/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;