mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fix typo in last commit... odd that test001 didn't bomb because of this.
This commit is contained in:
parent
c51f35fe0f
commit
79a3553039
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user