1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 09:37:34 -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
raw.c
View File

@ -243,5 +243,6 @@ Backend raw_backend = {
raw_size,
raw_special,
raw_socket,
raw_sendok
raw_sendok,
1
};