mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
Missed an instance of s/struct attrinfo/AttrInfo/
This commit is contained in:
parent
c34a8d8f5e
commit
a49590eab7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue