ITS#7293 make ldapava_free static

This commit is contained in:
Howard Chu 2012-06-23 05:41:39 -07:00
parent 19aeb1cda9
commit 450d224291

View File

@ -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 );