Displaying 1 result from an estimated 1 matches for "channel_register_confirm".
2003 Nov 21
1
ssh code question
Hi,
I have a question about the code for version openssh 3.7.1p1. In the file ssh.cc you
address ssh_session2_setup in some way:
channel_register_confirm(c->self, ssh_session2_setup);
Do you address the function: static void ssh_session2_setup(int id, void * args) in the same file or is it something else you address?
If it is that function please tell me why the ssh_session2_setup function don't have any parameters defined.
Thanks,
Carin...