- kernel interface hacks, works partially

- interface must be redefined
This commit is contained in:
Martin Willi
2005-12-05 16:09:42 +00:00
parent e70c7feb02
commit ba425b87dd
10 changed files with 504 additions and 186 deletions
+1 -1
View File
@@ -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);