summaryrefslogtreecommitdiffstats
path: root/client/client_net_socket.cpp
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-03-14 17:20:34 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-04-16 17:11:38 +0200
commit17f89a348aa3b34b0198e4899be8d39fdccb3582 (patch)
treef9ecf0fefca6e22e74f1b6c4366b5c38de087b24 /client/client_net_socket.cpp
parent81427961bd121222681e9275cd5fb4fe7e6e3f25 (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