fr_assert(virtual_servers);
DEBUG2("#### Opening listener interfaces ####");
- (void) fr_strerror();
+ fr_strerror_clear();
for (i = 0; i < server_cnt; i++) {
fr_virtual_listen_t **listener;
} else {
fr_dlist_insert_tail(&list->head, add);
}
-
+
}
/** Replace first matching VP
head->entry.prev = &list->head.entry;
while (head) {
if (head->entry.next) {
- /*
+ /*
* There is a "next" entry, point it back to the current one
*/
head->entry.next->prev = &head->entry;
char *value, *str;
- (void) fr_strerror(); /* Clear any existing messages */
+ fr_strerror_clear(); /* Clear any existing messages */
if (!list) {
if (!filter) {