mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Prepare for unifdef -DSLAPD_SCHEMA_NOT_COMPAT
This commit is contained in:
parent
a5ee438c93
commit
3e9868b4ec
@ -119,7 +119,6 @@ attr_normalize( char *s )
|
||||
|
||||
return( ldap_pvt_str2lower( s ) );
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* attr_merge_fast - merge the given type and value with the list of
|
||||
@ -129,9 +128,6 @@ attr_normalize( char *s )
|
||||
* -1 trouble
|
||||
*/
|
||||
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
/* not used */
|
||||
#else
|
||||
int
|
||||
attr_merge_fast(
|
||||
Entry *e,
|
||||
|
@ -51,9 +51,7 @@ value_add(
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
/* not used */
|
||||
#else
|
||||
#ifndef SLAPD_SCHEMA_NOT_COMPAT
|
||||
int
|
||||
value_add_fast(
|
||||
struct berval ***vals,
|
||||
|
Loading…
Reference in New Issue
Block a user