s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASK
commitb041dc9451e210acc82a82b75e02e4166d8973d5
authorStefan Metzmacher <metze@samba.org>
Tue, 19 Mar 2013 08:03:38 +0000 (19 09:03 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 20 Mar 2013 16:32:25 +0000 (20 09:32 -0700)
tree2f128b6569338e76507a576605f79db56aca623b
parent3d7a4db6bc5cd42432393bf69622c435e67e811f
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