summaryrefslogtreecommitdiff
path: root/source3/param
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
commit52d52a51313481a4d26d6b0bbdfe6fda0a9fa474 (patch)
treea73b9e04e04c69111f16bf6844a542c567cc4b06 /source3/param
parentf931d7181c944102f0d00311a5b8a7ae315f7bba (diff)
downloadsamba-52d52a51313481a4d26d6b0bbdfe6fda0a9fa474.tar.gz
samba-52d52a51313481a4d26d6b0bbdfe6fda0a9fa474.tar.bz2
samba-52d52a51313481a4d26d6b0bbdfe6fda0a9fa474.zip
somehow "in_client" got included twice in two places.
(This used to be commit 378290bfe1dc4965679495aab58be55e81ecf192)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
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;