From: Kurt Zeilenga Date: Thu, 19 Aug 1999 17:08:32 +0000 (+0000) Subject: Fix typo in last commit... odd that test001 didn't bomb because of this. X-Git-Tag: TWEB_OL_BASE~158 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=79a3553039a344d962a870f89b92566e6ebc2074;p=openldap Fix typo in last commit... odd that test001 didn't bomb because of this. --- diff --git a/servers/slapd/entry.c b/servers/slapd/entry.c index fd6fd49a5f..8d6631d536 100644 --- a/servers/slapd/entry.c +++ b/servers/slapd/entry.c @@ -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;