Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead of...
commit92a6ffc4a9fa37f5e05987835f15c37211fa810f
authorJeremy Allison <jra@samba.org>
Wed, 21 Sep 2011 18:30:06 +0000 (21 11:30 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 26 Sep 2011 18:33:29 +0000 (26 20:33 +0200)
tree1dce2169b6e7931a648ac50db8f45e61648a0e4d
parent1f9875f435d1a9cf6d0476f476f8af9480b87bdb
Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_trans.

Use lp_smb2_max_trans() instead of 0x10000.
(cherry picked from commit e68ebe600d9349e16e83aeb8e6ae8647c117d098)
source3/smbd/smb2_find.c