- fixed socket code, so we know on which address we receive traffic

- AH/ESP setup in kernel is working now!!! :-)))
This commit is contained in:
Martin Willi
2006-02-16 16:24:50 +00:00
parent 30b5b412da
commit 0a373aec33
5 changed files with 279 additions and 57 deletions
+1
View File
@@ -209,6 +209,7 @@ static logger_t *create_logger(private_logger_manager_t *this, logger_context_t
case RECEIVER:
break;
case SOCKET:
logger_level |= FULL;
break;
case DAEMON:
break;