projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e4212d
)
tests/vhost-user-bridge: indicate peer disconnected
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Tue, 18 Oct 2016 09:24:02 +0000
(12:24 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Thu, 15 Dec 2016 23:14:37 +0000
(
01:14
+0200)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/vhost-user-bridge.c
patch
|
blob
|
history
diff --git
a/tests/vhost-user-bridge.c
b/tests/vhost-user-bridge.c
index 19b0e94258666d8fa4b2ac03f5180f198fc77a4f..97e45d8be866380d2b7569c92f22f54a39229c03 100644
(file)
--- a/
tests/vhost-user-bridge.c
+++ b/
tests/vhost-user-bridge.c
@@
-385,7
+385,6
@@
vubr_message_read(int conn_fd, VhostUserMsg *vmsg)
rc = recvmsg(conn_fd, &msg, 0);
if (rc == 0) {
- vubr_die("recvmsg");
fprintf(stderr, "Peer disconnected.\n");
exit(1);
}