commit | 9fc53a10f81d3a9027b23fa810147d21be29e614 | [log] [tgz] |
---|---|---|
author | linzhecheng <linzhecheng@huawei.com> | Tue May 29 10:52:40 2018 +0800 |
committer | Daniel P. Berrangé <berrange@redhat.com> | Thu Jun 28 13:36:59 2018 +0100 |
tree | afd60bde8700bc77267cb3e5f9581c3710c3b407 | |
parent | 00928a421d47f49691cace1207481b7aad31b1f1 [diff] |
socket: don't free msgfds if error equals EAGAIN If we see EAGAIN, no data was sent over the socket, so we still have to retry sending of msgfds next time. Signed-off-by: linzhecheng <linzhecheng@huawei.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>