artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a965b
)
typo: "pwdtries" -> "passwordtries"; ok millert@
author
op
<op@openbsd.org>
Fri, 24 May 2024 13:32:03 +0000
(13:32 +0000)
committer
op
<op@openbsd.org>
Fri, 24 May 2024 13:32:03 +0000
(13:32 +0000)
usr.bin/passwd/pwd_check.c
patch
|
blob
|
history
diff --git
a/usr.bin/passwd/pwd_check.c
b/usr.bin/passwd/pwd_check.c
index
cfdd14a
..
168b9e5
100644
(file)
--- a/
usr.bin/passwd/pwd_check.c
+++ b/
usr.bin/passwd/pwd_check.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pwd_check.c,v 1.1
8 2023/05/08 16:11:41 tobias Exp $
*/
+/* $OpenBSD: pwd_check.c,v 1.1
9 2024/05/24 13:32:03 op Exp $
*/
/*
* Copyright 2000 Niels Provos <provos@citi.umich.edu>
@@
-213,7
+213,7
@@
pwd_gettries(login_cap_t *lc)
if (ntries >= 0 && ntries <= INT_MAX)
return((int)ntries);
fprintf(stderr,
- "Warning: p
w
dtries out of range in /etc/login.conf");
+ "Warning: p
asswor
dtries out of range in /etc/login.conf");
}
/*