mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 21:42:47 -05:00
Update source file names in comments and docs.
Correcting a source file name in the docs just now reminded me that I've seen a lot of outdated source file names elsewhere in the code, due to all the reorganisation since we moved to cmake. Here's a giant pass of trying to make them all accurate again.
This commit is contained in:
@ -1246,7 +1246,7 @@ static int ssh_cfg_info(Backend *be)
|
||||
|
||||
/*
|
||||
* Gross hack: pscp will try to start SFTP but fall back to scp1 if
|
||||
* that fails. This variable is the means by which scp.c can reach
|
||||
* that fails. This variable is the means by which pscp.c can reach
|
||||
* into the SSH code and find out which one it got.
|
||||
*/
|
||||
extern bool ssh_fallback_cmd(Backend *be)
|
||||
|
Reference in New Issue
Block a user