diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-05 16:09:42 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-05 16:09:42 +0000 |
commit | ba425b87dd0aee3f03df39a5f778f8cec0f3ec7a (patch) | |
tree | d1f5617b287f97c0ac860f3cfe325a6325dda391 /Source/charon/threads/receiver.c | |
parent | e70c7feb028e20913af092fbe204ec648bbeda65 (diff) | |
download | strongswan-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.c | 2 |
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); |