From 7e5b33c30ece6f265593cc442ff5a8579faef8ad Mon Sep 17 00:00:00 2001 From: David Crosby Date: Wed, 15 Jul 2015 08:55:08 -0600 Subject: Remove dead assignments flagged by Clang static analysis --- istream.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'istream.c') diff --git a/istream.c b/istream.c index 3126142..1387307 100644 --- a/istream.c +++ b/istream.c @@ -475,8 +475,6 @@ ssl_check_cert_ident(X509 * x, char *hostname) /* FIXME: gettextize? */ ret = Sprintf("Bad cert ident %s from %s", buf, hostname); } - else - match_ident = TRUE; } return ret; } -- cgit v1.2.3