aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-02-04 16:29:10 +0000
committerGitHub <noreply@github.com>2021-02-04 16:29:10 +0000
commit0eff1c579eaf0555e77eb87c39814ec47e52ebf3 (patch)
tree8e810f664a5b9e1f68a29e14c834d291963c1016 /lib
parent0e656dc985e7d9767a3430edf5886d9288fdec88 (diff)
downloadlibvfio-user-0eff1c579eaf0555e77eb87c39814ec47e52ebf3.zip
libvfio-user-0eff1c579eaf0555e77eb87c39814ec47e52ebf3.tar.gz
libvfio-user-0eff1c579eaf0555e77eb87c39814ec47e52ebf3.tar.bz2
open_sock(): remove stale comment (#307)
We fixed it so we don't accept() when we create the context, but only when we attach. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/tran_sock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/tran_sock.c b/lib/tran_sock.c
index 4e9adb2..aadbdd2 100644
--- a/lib/tran_sock.c
+++ b/lib/tran_sock.c
@@ -687,10 +687,6 @@ negotiate(vfu_ctx_t *vfu_ctx, int sock)
return ret;
}
-/**
- * vfu_ctx: libvfio-user context
- * FIXME: this shouldn't be happening as part of vfu_ctx_create().
- */
static int
open_sock(vfu_ctx_t *vfu_ctx)
{