summaryrefslogtreecommitdiffstats
path: root/nest/password.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/password.c')
-rw-r--r--nest/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/password.c b/nest/password.c
index 7f1c8dc..80c4c7b 100644
--- a/nest/password.c
+++ b/nest/password.c
@@ -22,7 +22,7 @@ password_find(list *l)
{
WALK_LIST(pi, *l)
{
- if ((pi->genfrom < now) && (pi->gento > now))
+ if ((pi->genfrom < now_real) && (pi->gento > now_real))
return pi;
}
}