OSDN Git Service

tests/vhost-user-bridge: do not accept more than one connection
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 18 Oct 2016 09:24:03 +0000 (12:24 +0300)
committerMichael 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

index 97e45d8..5b618f6 100644 (file)
@@ -1200,6 +1200,7 @@ vubr_accept_cb(int sock, void *ctx)
     }
     DPRINT("Got connection from remote peer on sock %d\n", conn_fd);
     dispatcher_add(&dev->dispatcher, conn_fd, ctx, vubr_receive_cb);
+    dispatcher_remove(&dev->dispatcher, sock);
 }
 
 static VubrDev *