1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Obvious bugs in authentication fixed.

This commit is contained in:
Pavel Machek
1999-10-02 10:44:48 +00:00
parent 7db7b7db60
commit ac40c888c2
5 changed files with 25 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ get_best_password(struct password_item *head, int flags)
good = cur;
best = head;
}
head=head->next;
}
return best;
}