aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads/receiver.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-05 16:09:42 +0000
committerMartin Willi <martin@strongswan.org>2005-12-05 16:09:42 +0000
commitba425b87dd0aee3f03df39a5f778f8cec0f3ec7a (patch)
treed1f5617b287f97c0ac860f3cfe325a6325dda391 /Source/charon/threads/receiver.c
parente70c7feb028e20913af092fbe204ec648bbeda65 (diff)
downloadstrongswan-ba425b87dd0aee3f03df39a5f778f8cec0f3ec7a.tar.bz2
strongswan-ba425b87dd0aee3f03df39a5f778f8cec0f3ec7a.tar.xz
- kernel interface hacks, works partially
- interface must be redefined
Diffstat (limited to 'Source/charon/threads/receiver.c')
-rw-r--r--Source/charon/threads/receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/threads/receiver.c b/Source/charon/threads/receiver.c
index 85410d298..db22542cc 100644
--- a/Source/charon/threads/receiver.c
+++ b/Source/charon/threads/receiver.c
@@ -123,7 +123,7 @@ receiver_t * receiver_create()
this->logger->log(this->logger, ERROR, "Receiver thread could not be started");
charon->logger_manager->destroy_logger(charon->logger_manager, this->logger);
allocator_free(this);
- return NULL;
+ charon->kill(charon, "Unable to create receiver thread");
}
return &(this->public);