From ac40c888c21c72ae7f6c3d329dd2ba5417eec009 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sat, 2 Oct 1999 10:44:48 +0000 Subject: Obvious bugs in authentication fixed. --- nest/password.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/password.c') diff --git a/nest/password.c b/nest/password.c index f0f433a..6a02028 100644 --- a/nest/password.c +++ b/nest/password.c @@ -35,6 +35,7 @@ get_best_password(struct password_item *head, int flags) good = cur; best = head; } + head=head->next; } return best; } -- cgit v1.2.3