comparison cli-main.c @ 478:d4f32c3443ac dbclient-netcat-alike

propagate from branch 'au.asn.ucc.matt.dropbear' (head f21045c791002d81fc6b8dde6537ea481e513eb2) to branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head d1f69334581dc4c35f9ca16aa5355074c9dd315d)
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Sep 2008 06:47:51 +0000
parents 1afa503e33f5
children e3db1f7a2e43
comparison
equal deleted inserted replaced
296:6b41e2cbf071 478:d4f32c3443ac
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))