]> git.sur5r.net Git - openldap/commitdiff
ITS#7293 make ldapava_free static
authorHoward Chu <hyc@openldap.org>
Sat, 23 Jun 2012 12:41:39 +0000 (05:41 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Jun 2012 21:24:56 +0000 (14:24 -0700)
libraries/libldap/getdn.c

index e59c13facd702817f77ce2b468d685ac9fa8aa70..d35208d38b012508a04711c4d2dc7c33e4de9fc7 100644 (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 );