s3:smbd: Remove server_will_accept_large_read() and erroneous comment.
commit21707defe06e1db18a6645b0b56db4178e3df5f6
authorJeremy Allison <jra@samba.org>
Fri, 15 Mar 2013 18:53:04 +0000 (15 11:53 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 20 Mar 2013 16:32:26 +0000 (20 09:32 -0700)
tree1d354c4fa4e1e99fc79effa9efe6ea29bd8bc201
parent36f6a8abb2ad0c7d0551679cc61a29fa2dc16d80
s3:smbd: Remove server_will_accept_large_read() and erroneous comment.

We're going to replace this with a function that calculates
the max PDU to return on a read and supports short reads.

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