From: James Jones Date: Fri, 23 Jun 2023 14:17:30 +0000 (-0500) Subject: Get rid of now-needless annotation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e1d4ca3fc1cf39d1108b3db89e3b0ee8000dc1;p=thirdparty%2Ffreeradius-server.git Get rid of now-needless annotation --- diff --git a/src/lib/ldap/util.c b/src/lib/ldap/util.c index c988f0f51fb..9868bfe4556 100644 --- a/src/lib/ldap/util.c +++ b/src/lib/ldap/util.c @@ -422,7 +422,6 @@ size_t fr_ldap_util_normalise_dn(char *out, char const *in) * special encoding, get rewritten to the * special encoding. */ - /* coverity[dead_error_condition] */ if (fr_base16_decode(NULL, &FR_DBUFF_TMP((uint8_t *) &c, 1), &FR_SBUFF_IN(p + 1, 2), false) == 1 && escapes[(uint8_t) c]) { *o++ = '\\';