summaryrefslogtreecommitdiffstats
path: root/nest/password.c
diff options
context:
space:
mode:
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;
}