diff svr-main.c @ 425:1afa503e33f5

Disable core dumps
author Matt Johnston <matt@ucc.asn.au>
date Mon, 12 Feb 2007 10:43:44 +0000
parents b66a00272a90
children c216212001fc
line wrap: on
line diff
--- a/svr-main.c	Sun Feb 11 10:46:44 2007 +0000
+++ b/svr-main.c	Mon Feb 12 10:43:44 2007 +0000
@@ -52,6 +52,8 @@
 	_dropbear_exit = svr_dropbear_exit;
 	_dropbear_log = svr_dropbear_log;
 
+	disallow_core();
+
 	/* get commandline options */
 	svr_getopts(argc, argv);