mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#7293 make ldapava_free static
This commit is contained in:
parent
19aeb1cda9
commit
450d224291
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue