From: nekral-guest Date: Sun, 5 Apr 2009 21:56:37 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 4.1.3~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f703b686dacb0a529dc37211c1f15d59409c02e5;p=shadow Fix typo. --- diff --git a/src/chpasswd.c b/src/chpasswd.c index 93bf935a..f8102788 100644 --- a/src/chpasswd.c +++ b/src/chpasswd.c @@ -481,7 +481,7 @@ int main (int argc, char **argv) if (0 == newsp.sp_lstchg) { /* Better disable aging than requiring a * password change */ - newssp.sp_lstchg = -1; + newsp.sp_lstchg = -1; } } else { newpw = *pw;