From ec6582ccaa59e38cb83650c7c6b8312dc9768e87 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 19 Apr 2006 11:40:48 +0000 Subject: - x509 certificate loading with pluto asn1 code - x509 needs a lot more attention! --- Source/charon/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/daemon.c') diff --git a/Source/charon/daemon.c b/Source/charon/daemon.c index aafc86ab1..d7265531d 100644 --- a/Source/charon/daemon.c +++ b/Source/charon/daemon.c @@ -266,7 +266,7 @@ void signal_handler(int signal) logger->log(logger, ERROR, " %s", strings[i]); } free (strings); - /* kill ourselve the hard way, anything other may result in more SIGSEGVs*/ + logger->log(logger, ERROR, "Killing ourself hard after SIGSEGV"); kill(getpid(), SIGKILL); } -- cgit v1.2.3