Mercurial > dropbear
comparison cli-main.c @ 425:1afa503e33f5
Disable core dumps
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 12 Feb 2007 10:43:44 +0000 |
parents | 0cfba3034be5 |
children | e3db1f7a2e43 |
comparison
equal
deleted
inserted
replaced
420:7f010e3b1802 | 425:1afa503e33f5 |
---|---|
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)) |