Mercurial > dropbear
comparison cli-chansession.c @ 551:c3f2ec71e3d4 agent-client
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 06 Jul 2009 12:59:13 +0000 |
parents | ae600f1eef81 |
children | 52d7301e46bd |
comparison
equal
deleted
inserted
replaced
550:61c3513825b0 | 551:c3f2ec71e3d4 |
---|---|
422 /* No special channel request data */ | 422 /* No special channel request data */ |
423 encrypt_packet(); | 423 encrypt_packet(); |
424 TRACE(("leave cli_send_chansess_request")) | 424 TRACE(("leave cli_send_chansess_request")) |
425 | 425 |
426 } | 426 } |
427 | |
428 | |
429 #if 0 | |
430 while (cli_opts.localfwds != NULL) { | |
431 ret = cli_localtcp(cli_opts.localfwds->listenport, | |
432 cli_opts.localfwds->connectaddr, | |
433 cli_opts.localfwds->connectport); | |
434 if (ret == DROPBEAR_FAILURE) { | |
435 dropbear_log(LOG_WARNING, "Failed local port forward %d:%s:%d", | |
436 cli_opts.localfwds->listenport, | |
437 cli_opts.localfwds->connectaddr, | |
438 cli_opts.localfwds->connectport); | |
439 #endif |