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 --- svr-main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'svr-main.c') diff --git a/svr-main.c b/svr-main.c index e228acf..ddf5445 100644 --- a/svr-main.c +++ b/svr-main.c @@ -52,6 +52,8 @@ int main(int argc, char ** argv) _dropbear_exit = svr_dropbear_exit; _dropbear_log = svr_dropbear_log; + disallow_core(); + /* get commandline options */ svr_getopts(argc, argv); -- cgit v1.2.3