s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASK
commitfdb9831bbe0c3095cf2c6e7b394ce1abf6a0c04b
authorStefan Metzmacher <metze@samba.org>
Tue, 19 Mar 2013 08:03:38 +0000 (19 09:03 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 21 Mar 2013 08:30:19 +0000 (21 09:30 +0100)
tree4db6a3bfd3c79df8e003083a7364c8e51cb3ff3d
parent69e441de2e5bad9ee0b5e028d6cd982e24f8470f
s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASK

This should allow smbclient to keep using large reads against older Samba versions
(<= 3.6.x) and other servers that may also require this.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/cliconnect.c