diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-03-20 16:18:43 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-03-26 14:37:14 +0200 |
commit | ff82fab792cba01f29a700e4c4ac660753961fbb (patch) | |
tree | 3c6042c8ec7d95498ef66e0cd86926a30a9d2eda /os-win32.c | |
parent | 87f963be66a32453e001d1052b000f1653605caa (diff) |
chardev-socket: remove useless if
This trips Coverity, which believes the subsequent qio_channel_create_watch
can dereference a NULL pointer. In reality, tcp_chr_connect's callers
all have s->ioc properly initialized, since they are all rooted at
tcp_chr_new_client.
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'os-win32.c')
0 files changed, 0 insertions, 0 deletions