summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clidfs.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-03-16 20:07:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:04 -0500
commit7cb9618e5de8aae5e910e620e70ea130b76f6099 (patch)
tree91a6a6ce8bfbb166d6cf8c0b2e1a0c5bb2a6737e /source/libsmb/clidfs.c
parenta7a7af6815e1123f27070a2fe0a92de5b4372913 (diff)
downloadsamba-7cb9618e5de8aae5e910e620e70ea130b76f6099.tar.gz
samba-7cb9618e5de8aae5e910e620e70ea130b76f6099.tar.xz
samba-7cb9618e5de8aae5e910e620e70ea130b76f6099.zip
r5835: Make smbclient obey the max protocol argument again.
Jeremy.
Diffstat (limited to 'source/libsmb/clidfs.c')
-rw-r--r--source/libsmb/clidfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clidfs.c b/source/libsmb/clidfs.c
index e4308fdb5a4..dcffdf42fe4 100644
--- a/source/libsmb/clidfs.c
+++ b/source/libsmb/clidfs.c
@@ -37,10 +37,10 @@ static pstring password;
static BOOL use_kerberos;
static BOOL got_pass;
static int signing_state;
+int max_protocol = PROTOCOL_NT1;
static int port;
static int name_type = 0x20;
-static int max_protocol = PROTOCOL_NT1;
static BOOL have_ip;
static struct in_addr dest_ip;