]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slapi/slapi_utils.c
allow to programmatically register new response code names
[openldap] / servers / slapd / slapi / slapi_utils.c
index 928a5e507bf1e9caf8555f0f1811a94b1eb9473c..fafcde1b2faaa937fd09ef3dd1db55fcd4dfd085 100644 (file)
@@ -2153,7 +2153,6 @@ int slapi_attr_value_cmp( const Slapi_Attr *a, const struct berval *v1, const st
 int slapi_attr_value_find( const Slapi_Attr *a, struct berval *v )
 {
        int rc;
-       int ret;
 
        if ( a ->a_vals == NULL ) {
                return -1;