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:
@ -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(
|
||||
|
Reference in New Issue
Block a user