diff --git a/ssh.c b/ssh.c index 000bee65..2f81d9f6 100644 --- a/ssh.c +++ b/ssh.c @@ -142,6 +142,7 @@ static void ssh_connect_ppl(Ssh *ssh, PacketProtocolLayer *ppl) ppl->user_input = &ssh->user_input; ppl->seat = ssh->seat; ppl->ssh = ssh; + ppl->logctx = ssh->logctx; ppl->remote_bugs = ssh->remote_bugs; }