mirror of
https://codeberg.org/scip/pcp.git
synced 2026-02-04 07:00:57 +01:00
rm stdin=NULL, catched in main() anyway
This commit is contained in:
@@ -140,10 +140,6 @@ retry:
|
|||||||
if (readfrom != stdin) {
|
if (readfrom != stdin) {
|
||||||
fclose(readfrom);
|
fclose(readfrom);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
if(readfromfile != NULL)
|
|
||||||
stdin = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Copy the password out. */
|
/* Copy the password out. */
|
||||||
char *p = smalloc(strlen(passbuf) + 1);
|
char *p = smalloc(strlen(passbuf) + 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user