]> git.sur5r.net Git - openldap/commitdiff
Missed an instance of s/struct attrinfo/AttrInfo/
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 20:25:15 +0000 (20:25 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 1 Aug 1999 20:25:15 +0000 (20:25 +0000)
servers/slapd/back-ldbm/attr.c

index 72e934448bed4e65d2dcdd972e218c06acbfd891..1f79fedb65deaa1b97a31419d516495099550bec 100644 (file)
@@ -173,7 +173,7 @@ attr_index_config(
 static void
 ainfo_free( void *attr )
 {
-       struct attrinfo *ai = attr;
+       AttrInfo *ai = attr;
        free( ai->ai_type );
        free( ai );
 }