mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
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:
parent
6627f34356
commit
4b078ab617
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue