From f1573a01046870be1ed1e0e2814952dd1e0e67d8 Mon Sep 17 00:00:00 2001 From: vorlon Date: Sat, 1 Sep 2007 00:03:46 +0000 Subject: fix a typo --- patches-applied/007_modules_pam_unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches-applied/007_modules_pam_unix') diff --git a/patches-applied/007_modules_pam_unix b/patches-applied/007_modules_pam_unix index 87e5aa6f..3420f64c 100644 --- a/patches-applied/007_modules_pam_unix +++ b/patches-applied/007_modules_pam_unix @@ -550,7 +550,7 @@ Index: Linux-PAM/modules/pam_unix/obscure.c + return NULL; + + new1 = strndup(new,8); -+ old1 = strdup(old,8); ++ old1 = strndup(old,8); + + msg = password_check(old1, new1, pwdp); + -- cgit v1.2.3