Fix typo.

This commit is contained in:
nekral-guest 2009-04-05 21:56:37 +00:00
parent 682eedb167
commit f703b686da

View File

@ -481,7 +481,7 @@ int main (int argc, char **argv)
if (0 == newsp.sp_lstchg) { if (0 == newsp.sp_lstchg) {
/* Better disable aging than requiring a /* Better disable aging than requiring a
* password change */ * password change */
newssp.sp_lstchg = -1; newsp.sp_lstchg = -1;
} }
} else { } else {
newpw = *pw; newpw = *pw;