Mercurial > dropbear
comparison cli-main.c @ 429:ce14fab86732 channel-fix
propagate from branch 'au.asn.ucc.matt.dropbear' (head 6cb7793493d92968e09b5dea21d71ded5811d21f)
to branch 'au.asn.ucc.matt.dropbear.channel-fix' (head 275bf5c6b71ca286c29733b9e38bac40eeb06a40)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 12 Feb 2007 13:38:18 +0000 |
parents | 1afa503e33f5 |
children | e3db1f7a2e43 |
comparison
equal
deleted
inserted
replaced
428:fd1f05639ed4 | 429:ce14fab86732 |
---|---|
44 char* hostandport; | 44 char* hostandport; |
45 int len; | 45 int len; |
46 | 46 |
47 _dropbear_exit = cli_dropbear_exit; | 47 _dropbear_exit = cli_dropbear_exit; |
48 _dropbear_log = cli_dropbear_log; | 48 _dropbear_log = cli_dropbear_log; |
49 | |
50 disallow_core(); | |
49 | 51 |
50 cli_getopts(argc, argv); | 52 cli_getopts(argc, argv); |
51 | 53 |
52 TRACE(("user='%s' host='%s' port='%s'", cli_opts.username, | 54 TRACE(("user='%s' host='%s' port='%s'", cli_opts.username, |
53 cli_opts.remotehost, cli_opts.remoteport)) | 55 cli_opts.remotehost, cli_opts.remoteport)) |