зеркало из https://github.com/github/putty.git
Initialise (struct Socket_tag).connected in sk_register().
Again, the value could do with review. [originally from svn r5300]
This commit is contained in:
Родитель
01c4c363d9
Коммит
680869b866
|
@ -418,6 +418,7 @@ Socket sk_register(OSSocket sockfd, Plug plug)
|
|||
ret->oobpending = FALSE;
|
||||
ret->listener = 0;
|
||||
ret->addr = NULL;
|
||||
ret->connected = 1;
|
||||
|
||||
ret->s = sockfd;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче