1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Pass SshServerConfig through to sesschan.c.

This will let me change the behaviour of the main session channel
based on command-line tweaks.
This commit is contained in:
Simon Tatham
2019-03-30 07:27:26 +00:00
parent ea32967044
commit 75fccc5d58
4 changed files with 9 additions and 4 deletions

View File

@ -30,7 +30,7 @@ static ChanopenResult chan_open_session(
ppl_logevent("Opened session channel");
CHANOPEN_RETURN_SUCCESS(sesschan_new(sc, s->ppl.logctx,
s->sftpserver_vt));
s->sftpserver_vt, s->ssc));
}
static ChanopenResult chan_open_direct_tcpip(