mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Patches to prevent a couple of silly crashes
[originally from svn r954]
This commit is contained in:
parent
b10bc57b03
commit
2b8ab6082f
1
psftp.c
1
psftp.c
@ -590,6 +590,7 @@ void do_sftp(void) {
|
||||
fprintf(stderr,
|
||||
"Fatal: unable to initialise SFTP: %s\n",
|
||||
fxp_error());
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user