MFC change 180637 - tcsh abort in xgetpass()

PR:             bin/124191
This commit is contained in:
keramida 2008-07-22 15:14:59 +00:00
parent c1087b6e57
commit 855b0d7571

View File

@ -632,7 +632,7 @@ xgetpass(const char *prm)
}
strbuf_terminate(&pass);
cleanup_until(&sa);
cleanup_until(&osa);
return pass.s;
}