Fix a fatal typo.

PR:		bin/4801
Submitted by:	mishania@demos.su (Mikhail A. Sokolov)
This commit is contained in:
Joerg Wunsch 1997-10-19 09:34:06 +00:00
parent 933880dd6e
commit f87ea4059a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30564

View File

@ -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.28 1997/07/22 07:39:43 charnier Exp $";
"$Id: login.c,v 1.29 1997/09/28 08:49:22 markm Exp $";
#endif /* not lint */
/*
@ -552,7 +552,7 @@ main(argc, argv)
if (pwd->pw_change || pwd->pw_expire)
(void)gettimeofday(&tp, (struct timezone *)NULL);
#define DEFAULT_WARN (2L * 7L & 86400L) /* Two weeks */
#define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */
#ifdef LOGIN_CAP
warntime = login_getcaptime(lc, "warnpassword",