chiark / gitweb /
Merge branch '2.4.x'
[mLib] / sel / ident.c
index f8ce0c7bd384a108ebdfa15fcd0f015748fa97fd..0017f0a3877faef70c4d36d975245caa47b22f07 100644 (file)
@@ -282,7 +282,7 @@ static void go(ident_request *rq)
   sin.sin_addr = rq->remote.sin_addr;
   if (conn_init(&rq->c, rq->s, fd, (struct sockaddr *)&sin, sizeof(sin),
                connected, rq))
-    goto fail_1;
+    goto fail_0;
 
   /* --- Finish off initializing the block --- */