Index: tests/conf/conftest.c =================================================================== --- tests/conf/conftest.c (revision 5910) +++ tests/conf/conftest.c (revision 5911) @@ -174,7 +174,7 @@ pcb_message(PCB_MSG_ERROR, "Invalid integer prio: '%s'", arg); return; } - first = conf_lht_get_first(current_role); + first = conf_lht_get_first(current_role, 0); if (first != NULL) { char tmp[128]; char *end; @@ -203,7 +203,7 @@ return; } - first = conf_lht_get_first(current_role); + first = conf_lht_get_first(current_role, 0); if (first != NULL) { char tmp[128]; char *end;