]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Get rid of now-needless annotation
authorJames Jones <jejones3141@gmail.com>
Fri, 23 Jun 2023 14:17:30 +0000 (09:17 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 27 Jun 2023 23:51:45 +0000 (19:51 -0400)
src/lib/ldap/util.c

index c988f0f51fb47bbd3da9d3bebeac40c68a7a95b9..9868bfe4556da5911e5609350d183392d9d360cb 100644 (file)
@@ -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++ = '\\';