Log peer cfg enumeration externally for flexibility

This commit is contained in:
Martin Willi
2012-03-20 17:31:17 +01:00
parent d7376e2ab4
commit 033dfba01f
3 changed files with 7 additions and 5 deletions
-3
View File
@@ -347,9 +347,6 @@ METHOD(backend_manager_t, create_peer_cfg_enumerator, enumerator_t*,
return enumerator;
}
DBG1(DBG_CFG, "looking for peer configs matching %H[%Y]...%H[%Y]",
me, my_id, other, other_id);
configs = linked_list_create();
/* only once allocated helper list for sorting */
helper = linked_list_create();