diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 01:03:35 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 01:03:35 +0000 |
commit | 52d52a51313481a4d26d6b0bbdfe6fda0a9fa474 (patch) | |
tree | a73b9e04e04c69111f16bf6844a542c567cc4b06 | |
parent | f931d7181c944102f0d00311a5b8a7ae315f7bba (diff) | |
download | samba-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)
-rw-r--r-- | source3/client/client.c | 1 | ||||
-rw-r--r-- | source3/param/loadparm.c | 1 |
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; |