diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-10-02 10:44:48 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-10-02 10:44:48 +0000 |
commit | ac40c888c21c72ae7f6c3d329dd2ba5417eec009 (patch) | |
tree | 028e6a4399941eef43afbbf68812aec7fbc92c59 /nest/password.c | |
parent | 7db7b7db603a2d852066c313da76c72673a204fa (diff) |
Obvious bugs in authentication fixed.
Diffstat (limited to 'nest/password.c')
-rw-r--r-- | nest/password.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/password.c b/nest/password.c index f0f433ab..6a020287 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; } |