1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 02:27:32 -05:00

Store default port number in each back end

[originally from svn r669]
This commit is contained in:
Simon Tatham
2000-10-04 14:35:15 +00:00
parent 1139bbddd0
commit 9a9bd54197
4 changed files with 7 additions and 3 deletions

3
ssh.c
View File

@ -2627,5 +2627,6 @@ Backend ssh_backend = {
ssh_size,
ssh_special,
ssh_socket,
ssh_sendok
ssh_sendok,
22
};