ITS#10130 cleanup prev commit

This commit is contained in:
Howard Chu 2024-01-09 17:11:04 +00:00 committed by Quanah Gibson-Mount
parent 8139458b39
commit cf21be22dc

View file

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