13 Apr
2010
13 Apr
'10
10:40 p.m.
Liu Linyong wrote:
Hello Alan,
I have a question. For V2-1-7, in hash.c, please refer to the follows,
static int list_delete(fr_hash_table_t *ht, fr_hash_entry_t **head, fr_hash_entry_t *node) { ...... for (cur = *head; cur != &ht->null; cur = cur->next) { if (cur == node) { // WHY NOT "if (cur->reversed == node->reversed)" ???
Hmm, I think it should be fixed as you said. Please try it. If it works, and fixes the problem on your system, we can add it to 2.1.9. Alan DeKok.