diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-19 11:40:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-19 11:40:48 +0000 |
commit | ec6582ccaa59e38cb83650c7c6b8312dc9768e87 (patch) | |
tree | 62fd80d2251aae22e40a38ada08ea9e59b602629 /Source/charon/daemon.c | |
parent | 4a93d6bafd543284b2fd77a7c29f1a526758fbca (diff) | |
download | strongswan-ec6582ccaa59e38cb83650c7c6b8312dc9768e87.tar.bz2 strongswan-ec6582ccaa59e38cb83650c7c6b8312dc9768e87.tar.xz |
- x509 certificate loading with pluto asn1 code
- x509 needs a lot more attention!
Diffstat (limited to 'Source/charon/daemon.c')
-rw-r--r-- | Source/charon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |