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 /source3/client | |
parent | f931d7181c944102f0d00311a5b8a7ae315f7bba (diff) | |
download | samba-52d52a51313481a4d26d6b0bbdfe6fda0a9fa474.tar.gz samba-52d52a51313481a4d26d6b0bbdfe6fda0a9fa474.tar.xz samba-52d52a51313481a4d26d6b0bbdfe6fda0a9fa474.zip |
somehow "in_client" got included twice in two places.
(This used to be commit 378290bfe1dc4965679495aab58be55e81ecf192)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index a6a3be73382..72463966a44 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; |