summaryrefslogtreecommitdiffstats
path: root/nest/password.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-10-02 12:44:48 +0200
committerPavel Machek <pavel@ucw.cz>1999-10-02 12:44:48 +0200
commitac40c888c21c72ae7f6c3d329dd2ba5417eec009 (patch)
tree028e6a4399941eef43afbbf68812aec7fbc92c59 /nest/password.c
parent7db7b7db603a2d852066c313da76c72673a204fa (diff)
downloadbird-ac40c888c21c72ae7f6c3d329dd2ba5417eec009.tar
bird-ac40c888c21c72ae7f6c3d329dd2ba5417eec009.zip
Obvious bugs in authentication fixed.
Diffstat (limited to 'nest/password.c')
-rw-r--r--nest/password.c1
1 files changed, 1 insertions, 0 deletions
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;
}