From 47e76de56a372796260b06a55f0be7765ee2f54f Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 12 Feb 2007 10:43:44 +0000 Subject: Disable core dumps --HG-- extra : convert_revision : ba8ebf724630561c6b9285247be7574a33853a17 --- cli-main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli-main.c') diff --git a/cli-main.c b/cli-main.c index 3f767c9..68cf023 100644 --- a/cli-main.c +++ b/cli-main.c @@ -47,6 +47,8 @@ int main(int argc, char ** argv) { _dropbear_exit = cli_dropbear_exit; _dropbear_log = cli_dropbear_log; + disallow_core(); + cli_getopts(argc, argv); TRACE(("user='%s' host='%s' port='%s'", cli_opts.username, -- cgit v1.2.3