Skip to content

Commit

Permalink
Ticket #47928 - Disable SSL v3, by default.
Browse files Browse the repository at this point in the history
Description: commit c1ecd8b
introdueced a coverity defect: 12783 - Logically dead code

This patch removes the dead code.

https://fedorahosted.org/389/ticket/47928

Reviewed by rmeggins@redhat.com (Thank you, Rich!!)
  • Loading branch information
nhosoi committed Nov 3, 2014
1 parent 3cdf0eb commit 77989d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ldap/servers/slapd/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,6 @@ slapd_ssl_init()
PRErrorCode errorCode;
char ** family_list;
char *val = NULL;
int rv = 0;
PK11SlotInfo *slot;
Slapi_Entry *entry = NULL;

Expand Down Expand Up @@ -1334,10 +1333,6 @@ slapd_ssl_init()
* already been executed. */
_security_library_initialized = 1;

if ( rv != 0 ) {
return rv;
}

return 0;
}

Expand Down

0 comments on commit 77989d3

Please sign in to comment.