summaryrefslogtreecommitdiff
path: root/source4/client/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/client/client.c')
-rw-r--r--source4/client/client.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/client/client.c b/source4/client/client.c
index 5e5d7e5dcd..c1f5ab9b34 100644
--- a/source4/client/client.c
+++ b/source4/client/client.c
@@ -39,7 +39,6 @@
#endif
static struct smbcli_state *cli;
-extern BOOL in_client;
static int port = 0;
static pstring cur_dir = "\\";
static pstring cd_path = "";
@@ -3370,8 +3369,6 @@ static void remember_query_host(const char *arg,
pc = poptGetContext("smbclient", argc, (const char **) argv, long_options, 0);
poptSetOtherOptionHelp(pc, "[OPTIONS] service <password>");
- in_client = True; /* Make sure that we tell lp_load we are */
-
while ((opt = poptGetNextOpt(pc)) != -1) {
switch (opt) {
case 'M':