X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8d5de7770cde9b808c276bd86a0214189a8f7578..6f34e365eed04c1b4ebcf6d90511dd9e4400880a:/telnet.c diff --git a/telnet.c b/telnet.c index 75435c6f..5e6ba3c2 100644 --- a/telnet.c +++ b/telnet.c @@ -583,6 +583,12 @@ static char *telnet_init (HWND hwnd, char *host, int port, char **realhost) { * Set up SYNCH state. */ in_synch = FALSE; + + /* + * We have no pre-session phase. + */ + begin_session(); + return NULL; }