mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08: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
@ -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 New Issue
Block a user