Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead of...
authorJeremy Allison <jra@samba.org>
Wed, 21 Sep 2011 18:30:06 +0000 (11:30 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 21 Sep 2011 18:30:06 +0000 (11:30 -0700)
commite68ebe600d9349e16e83aeb8e6ae8647c117d098
treed1ae5d4fb691f2c2f4274fb3418db34052e37cad
parent60d91f2c561fb3467a2cc73377f9ba9204ddd496
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.
source3/smbd/smb2_find.c