diff options
| author | Christophe Fergeau <cfergeau@redhat.com> | 2014-03-14 17:20:34 +0100 |
|---|---|---|
| committer | Christophe Fergeau <cfergeau@redhat.com> | 2014-04-16 17:11:38 +0200 |
| commit | 17f89a348aa3b34b0198e4899be8d39fdccb3582 (patch) | |
| tree | f9ecf0fefca6e22e74f1b6c4366b5c38de087b24 /client/client_net_socket.cpp | |
| parent | 81427961bd121222681e9275cd5fb4fe7e6e3f25 (diff) | |
Remove RedLinkInfo::async_read
9feed69 moved the async reader code to RedsStream so that it can be used
for the SASL authentication code. In particular, it introduced a
RedsStream::async_read member which is used by the SASL authentication code
for its async operations.
However, what was not done is to remove the now redundant
RedLinkInfo::async_read field. This causes failures when using SASL
authentication as the async read error callback is getting set
on the RedLinkInfo::async_read structure, but then the SASL code is trying
to use the RedeStream::async_read structure for its async IOs, which do not
have the needed error callback set.
This commit makes use of the newly introduced reds_stream_async_read()
helper in order to make use of RedsStream::async_read.
Diffstat (limited to 'client/client_net_socket.cpp')
0 files changed, 0 insertions, 0 deletions
