mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
Fix typo in last commit... odd that test001 didn't bomb because of this.
This commit is contained in:
parent
c51f35fe0f
commit
79a3553039
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue