- fixed stroke error output to starter

This commit is contained in:
Martin Willi
2006-05-10 07:11:52 +00:00
parent 2192375bc8
commit 37a2b616e2
3 changed files with 88 additions and 87 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ static void stroke_receive(private_stroke_t *this)
continue;
}
/* TODO: BAD: does not work for starter, charon crashes!! FIX this */
/* setup a logger which writes status to the unix socket */
this->stroke_logger = logger_create("-", CONTROL|ERROR, FALSE, strokefile);
this->logger->log_bytes(this->logger, RAW, "stroke message", (void*)msg, msg_length);
@@ -55,16 +55,6 @@ typedef struct stroke_t stroke_t;
*/
struct stroke_t {
/**
* Implements policy_store_t interface
*/
policy_store_t policies;
/**
* Implements credential_store_t interfacce
*/
credential_store_t credentials;
/**
* @brief Destroy a stroke_t instance.
*