1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Patches to prevent a couple of silly crashes

[originally from svn r954]
This commit is contained in:
Simon Tatham
2001-02-27 09:11:42 +00:00
parent b10bc57b03
commit 2b8ab6082f
2 changed files with 5 additions and 0 deletions

View File

@ -590,6 +590,7 @@ void do_sftp(void) {
fprintf(stderr,
"Fatal: unable to initialise SFTP: %s\n",
fxp_error());
return;
}
/*