]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit... odd that test001 didn't bomb because of this.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 19 Aug 1999 17:08:32 +0000 (17:08 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 19 Aug 1999 17:08:32 +0000 (17:08 +0000)
servers/slapd/entry.c

index fd6fd49a5f6647816cd23f7c55314850b03053a5..8d6631d536d7369fc4fc1f44dd40f6af057c39cf 100644 (file)
@@ -21,7 +21,7 @@ static int            emaxsize;/* max size of ebuf                     */
 
 int entry_destroy(void)
 {
-       free( *ebuf );
+       free( ebuf );
        ebuf = NULL;
        ecur = NULL;
        emaxsize = 0;