mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Restore missing Event Log entries from SSH layers.
In commit ad0c502ce
I forgot to arrange for ssh_connect_ppl to fill in
ppl->logctx, and without it, logevent() was cheerfully throwing away
all those log messages.
This commit is contained in:
parent
dff3cd562d
commit
554e8f3991
1
ssh.c
1
ssh.c
@ -142,6 +142,7 @@ static void ssh_connect_ppl(Ssh *ssh, PacketProtocolLayer *ppl)
|
|||||||
ppl->user_input = &ssh->user_input;
|
ppl->user_input = &ssh->user_input;
|
||||||
ppl->seat = ssh->seat;
|
ppl->seat = ssh->seat;
|
||||||
ppl->ssh = ssh;
|
ppl->ssh = ssh;
|
||||||
|
ppl->logctx = ssh->logctx;
|
||||||
ppl->remote_bugs = ssh->remote_bugs;
|
ppl->remote_bugs = ssh->remote_bugs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user