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 | 7069d481c0c96edfa552aa74b192f63125416228 (patch) | |
tree | 6e5ffc61e8cd3aae601ed354213ff2825e3a8ac2 /source3/libsmb | |
parent | b05ce8f0470695cbba2da6caad09d604fac5da39 (diff) | |
download | samba-7069d481c0c96edfa552aa74b192f63125416228.tar.gz samba-7069d481c0c96edfa552aa74b192f63125416228.tar.bz2 samba-7069d481c0c96edfa552aa74b192f63125416228.zip |
r5835: Make smbclient obey the max protocol argument again.
Jeremy.
(This used to be commit 7cb9618e5de8aae5e910e620e70ea130b76f6099)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clidfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c index e4308fdb5a..dcffdf42fe 100644 --- a/source3/libsmb/clidfs.c +++ b/source3/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; |