]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/attr.c
ITS#2368 - fix deleting key from range IDL
[openldap] / servers / slapd / attr.c
index decf58228a5890b046d2341f8ec5397358f0a5d2..d98ec3cefed171fe50df5985ac62032d92d8078b 100644 (file)
 #include "ldap_pvt.h"
 #include "slap.h"
 
-#ifdef LDAP_DEBUG
-static void at_index_print( void ) 
-{
-}
-#endif
-
 void
 attr_free( Attribute *a )
 {
@@ -171,7 +165,7 @@ attr_merge_one(
        AttributeDescription *desc,
        struct berval   *val
 #ifdef SLAP_NVALUES
-       , BerVarray     nval
+       , struct berval *nval
 #endif
 ) {
        int rc;