instanciate first registered kernel interface immediately

This commit is contained in:
Martin Willi
2009-06-16 17:27:24 +02:00
parent b07ffa2490
commit 140ea1fe5a
3 changed files with 78 additions and 74 deletions
-3
View File
@@ -487,9 +487,6 @@ static bool initialize(private_daemon_t *this, bool syslog, level_t levels[])
print_plugins();
/* create the kernel interfaces */
this->public.kernel_interface->create_interfaces(this->public.kernel_interface);
#ifdef INTEGRITY_TEST
DBG1(DBG_DMN, "integrity test of libstrongswan code");
if (fips_verify_hmac_signature(hmac_key, hmac_signature))