mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +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