mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#10130 cleanup prev commit
This commit is contained in:
parent
8139458b39
commit
cf21be22dc
1 changed files with 0 additions and 1 deletions
|
|
@ -312,7 +312,6 @@ main( int argc, char *argv[] )
|
|||
char *userpw = getpassphrase(_("User's password: "));
|
||||
if ( userpw == NULL ) /* Allow EOF to exit. */
|
||||
{
|
||||
free( cred.bv_val );
|
||||
tool_exit( ld, EXIT_FAILURE );
|
||||
}
|
||||
cred.bv_val = strdup(userpw);
|
||||
|
|
|
|||
Loading…
Reference in a new issue