summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-03-16 20:07:08 +0000
committerJeremy Allison <jra@samba.org>2005-03-16 20:07:08 +0000
commitee220047d40dfef8c11149f7e3c5213001d82261 (patch)
tree91a6a6ce8bfbb166d6cf8c0b2e1a0c5bb2a6737e /source/client
parent6fb3e18a4cbdb06d1047f84bd2ff9b462190f7e4 (diff)
downloadsamba-ee220047d40dfef8c11149f7e3c5213001d82261.tar.gz
samba-ee220047d40dfef8c11149f7e3c5213001d82261.tar.xz
samba-ee220047d40dfef8c11149f7e3c5213001d82261.zip
r5835: Make smbclient obey the max protocol argument again.
Jeremy.
Diffstat (limited to 'source/client')
-rw-r--r--source/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c
index b00e7f2273f..9a09d50cc08 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -43,7 +43,7 @@ static char *cmdstr = NULL;
static int io_bufsize = 64512;
static int name_type = 0x20;
-static int max_protocol = PROTOCOL_NT1;
+extern int max_protocol;
static int process_tok(pstring tok);
static int cmd_help(void);