diff options
author | Jeremy Allison <jra@samba.org> | 2005-03-16 20:07:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:04 -0500 |
commit | 7cb9618e5de8aae5e910e620e70ea130b76f6099 (patch) | |
tree | 91a6a6ce8bfbb166d6cf8c0b2e1a0c5bb2a6737e /source/libsmb/clidfs.c | |
parent | a7a7af6815e1123f27070a2fe0a92de5b4372913 (diff) | |
download | samba-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.c | 2 |
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; |