secur32: Handle the schan_buffers limit field in schan_get_buffer() instead of schan_...
commit7bb7d08d1930dd56569dedf979660b6e26aeec64
authorHenri Verbeet <hverbeet@codeweavers.com>
Wed, 5 Oct 2011 14:51:19 +0000 (5 16:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Oct 2011 22:00:58 +0000 (5 17:00 -0500)
tree63c85b50b70945a5f7dcc10b9fa261f5e8cd9068
parentd25f614c513b1086ce13fa948f5357edf214645f
secur32: Handle the schan_buffers limit field in schan_get_buffer() instead of schan_pull().

Aside from being the right place, we depend on schan_get_buffer() not
returning a buffer if there's no space left in schan_imp_recv() /
schan_imp_send().
dlls/secur32/schannel.c