ITS#6014, partial revert 1.121 for now. We should unconditionally use

our own getpassphrase function to avoid these system-dependent problems
This commit is contained in:
Howard Chu 2009-03-17 18:07:14 +00:00
parent 6627f34356
commit 4b078ab617

View File

@ -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