configure IMC/IMV pairs as libimcv plugins

This commit is contained in:
Andreas Steffen
2011-06-02 10:24:31 +02:00
parent e01b02e17d
commit e1e6656094
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -76,7 +76,8 @@ TNC_Result TNC_IMV_NotifyConnectionChange(TNC_IMVID imv_id,
switch (new_state)
{
case TNC_CONNECTION_STATE_CREATE:
rounds = lib->settings->get_int(lib->settings, "imv-test.rounds", 0);
rounds = lib->settings->get_int(lib->settings,
"libimcv.plugins.imv-test.rounds", 0);
state = imv_test_state_create(connection_id, rounds);
return imv_test->create_state(imv_test, state);
case TNC_CONNECTION_STATE_DELETE: