summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel P. Berrange2016-03-08 16:27:30 +0100
committerDaniel P. Berrange2016-03-10 18:10:18 +0100
commitabc981bf292fb361f8a509c3611ddf2ba2c43360 (patch)
tree33f69495eed241ea8de3a360654be2a947f5057d /include
parentio: initialize sockets in test program (diff)
downloadqemu-abc981bf292fb361f8a509c3611ddf2ba2c43360.tar.gz
qemu-abc981bf292fb361f8a509c3611ddf2ba2c43360.tar.xz
qemu-abc981bf292fb361f8a509c3611ddf2ba2c43360.zip
io: bind to socket before creating QIOChannelSocket
In the QIOChannelSocket test we create a socket file descriptor and then try to create a QIOChannelSocket. This works on Linux, but fails on Win32 because it is not valid to call getsockname() on an unbound socket. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions