Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead of...
commitc6b69933848019ccab935825c9701aec039b49c4
authorJeremy Allison <jra@samba.org>
Wed, 21 Sep 2011 18:30:06 +0000 (21 11:30 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 12 Oct 2011 18:54:59 +0000 (12 20:54 +0200)
tree3f6172ec5cf1c7b46b5d01b475369f95b92b213b
parent7df9932ac8c7355603d3e34b3e7f6cf16ec94af3
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)
(cherry picked from commit 92a6ffc4a9fa37f5e05987835f15c37211fa810f)
source3/smbd/smb2_find.c