diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2015-07-18 22:09:31 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2015-07-18 22:09:31 +0000 |
commit | c547c0fcb6ed385c90692dec2a38a2e8304d6352 (patch) | |
tree | cca4b10053b4bf59cf8dd3a3c3b1e93e8e380ad5 | |
parent | f7278fa288c69abb8b3850850ad90fd2e8429820 (diff) |
Dead code, Coverity 78798
ok bcook@ doug@
-rw-r--r-- | lib/libssl/src/crypto/bio/bss_acpt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/bio/bss_acpt.c b/lib/libssl/src/crypto/bio/bss_acpt.c index b6131c4d41a..4e3c982c2d3 100644 --- a/lib/libssl/src/crypto/bio/bss_acpt.c +++ b/lib/libssl/src/crypto/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: |