diff options
| author | Daniel P. Berrange | 2016-03-08 16:27:30 +0100 |
|---|---|---|
| committer | Daniel P. Berrange | 2016-03-10 18:10:18 +0100 |
| commit | abc981bf292fb361f8a509c3611ddf2ba2c43360 (patch) | |
| tree | 33f69495eed241ea8de3a360654be2a947f5057d /include | |
| parent | io: initialize sockets in test program (diff) | |
| download | qemu-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
