rm stdin=NULL, catched in main() anyway

This commit is contained in:
git@daemon.de
2015-10-15 13:13:03 +02:00
parent a6940f8b87
commit 359be6bce7

View File

@@ -140,10 +140,6 @@ retry:
if (readfrom != stdin) {
fclose(readfrom);
}
else {
if(readfromfile != NULL)
stdin = NULL;
}
/* Copy the password out. */
char *p = smalloc(strlen(passbuf) + 1);