mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#7293 make ldapava_free static
This commit is contained in:
parent
19aeb1cda9
commit
450d224291
@ -582,7 +582,7 @@ ldapava_new( const struct berval *attr, const struct berval *val,
|
||||
return( ava );
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
ldapava_free( LDAPAVA *ava, void *ctx )
|
||||
{
|
||||
assert( ava != NULL );
|
||||
|
Loading…
Reference in New Issue
Block a user