summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/login/login.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c
index 9589ab6..98b7851 100644
--- a/usr.bin/login/login.c
+++ b/usr.bin/login/login.c
@@ -42,7 +42,7 @@ static char copyright[] =
static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: login.c,v 1.36 1998/07/22 04:33:12 jdp Exp $";
+ "$Id: login.c,v 1.37 1998/07/31 07:22:31 bde Exp $";
#endif /* not lint */
/*
@@ -522,7 +522,7 @@ main(argc, argv)
badlogin(username);
sleepexit(1);
}
- sleep((u_int)((cnt - 3) * 5));
+ sleep((u_int)((cnt - backoff) * 5));
}
}
OpenPOWER on IntegriCloud