Index: conf/conftest.c =================================================================== --- conf/conftest.c (revision 30950) +++ conf/conftest.c (revision 30951) @@ -189,7 +189,7 @@ rnd_message(PCB_MSG_ERROR, "Invalid integer prio: '%s'", arg); return; } - first = pcb_conf_lht_get_first(current_role, 0); + first = rnd_conf_lht_get_first(current_role, 0); if (first != NULL) { char tmp[128]; char *end; @@ -218,7 +218,7 @@ return; } - first = pcb_conf_lht_get_first(current_role, 0); + first = rnd_conf_lht_get_first(current_role, 0); if (first != NULL) { char tmp[128]; char *end;