From 9c8e29f9933bffe853b57428ff21c9be4617b094 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Sat, 18 Jul 2015 22:09:31 +0000 Subject: Dead code, Coverity 78798 ok bcook@ doug@ --- lib/libcrypto/bio/bss_acpt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libcrypto/bio') diff --git a/lib/libcrypto/bio/bss_acpt.c b/lib/libcrypto/bio/bss_acpt.c index b6131c4d41a..4e3c982c2d3 100644 --- a/lib/libcrypto/bio/bss_acpt.c +++ b/lib/libcrypto/bio/bss_acpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_acpt.c,v 1.25 2014/07/25 06:05:32 doug Exp $ */ +/* $OpenBSD: bss_acpt.c,v 1.26 2015/07/18 22:09:30 beck Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -270,8 +270,6 @@ again: err: if (bio != NULL) BIO_free(bio); - else if (s >= 0) - close(s); return (0); /* break; */ case ACPT_S_OK: -- cgit v1.2.3