From: Howard Chu Date: Tue, 17 Mar 2009 18:07:14 +0000 (+0000) Subject: ITS#6014, partial revert 1.121 for now. We should unconditionally use X-Git-Tag: ACLCHECK_0~672 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b078ab6174b13a9edc7bae9b54cf3e158517954;p=openldap ITS#6014, partial revert 1.121 for now. We should unconditionally use our own getpassphrase function to avoid these system-dependent problems --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 549a42536f..8c85af9d42 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -256,9 +256,11 @@ tool_destroy( void ) ber_memfree( binddn ); } +#if 0 /* not yet */ if ( passwd.bv_val != NULL ) { ber_memfree( passwd.bv_val ); } +#endif } void