summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c
index 5164f5a..f06b2dc 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -1084,7 +1084,7 @@ start_getty(sp)
int too_quick = 0;
char term[64], *env[2];
- if (current_time > sp->se_started &&
+ if (current_time >= sp->se_started &&
current_time - sp->se_started < GETTY_SPACING) {
if (++sp->se_nspace > GETTY_NSPACE) {
sp->se_nspace = 0;
OpenPOWER on IntegriCloud