Purpose of commit: bugfix
Commit summary:
---------------
2008-11-25 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_pwhistory/opasswd.c (save_old_password): Fix typo.
2008-11-25 Thorsten Kukuk <kukuk@thkukuk.de>
+ * modules/pam_pwhistory/opasswd.c (save_old_password): Fix typo.
+
* modules/pam_time/pam_time.c (is_same): Fix check
of correct string length (debian bug #326407).
}
else
{
- if (asprintf (&out, "%s:%si%d:%s,%s\n",
+ if (asprintf (&out, "%s:%s:%d:%s,%s\n",
entry.user, entry.uid, entry.count,
entry.old_passwords, oldpass) < 0)
{