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:
@@ -35,6 +35,7 @@ get_best_password(struct password_item *head, int flags)
|
||||
good = cur;
|
||||
best = head;
|
||||
}
|
||||
head=head->next;
|
||||
}
|
||||
return best;
|
||||
}
|
||||
|
Reference in New Issue
Block a user