aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads/sender.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/sender.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/sender.c')
-rw-r--r--Source/charon/threads/sender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/threads/sender.c b/Source/charon/threads/sender.c
index c47c4e2c0..cb33d8405 100644
--- a/Source/charon/threads/sender.c
+++ b/Source/charon/threads/sender.c
@@ -121,7 +121,7 @@ sender_t * sender_create()
{
this->logger->log(this->logger, ERROR, "Sender thread could not be created");
allocator_free(this);
- return NULL;
+ charon->kill(charon, "Unable to create sender thread");
}
return &(this->public);