diff options
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; } |