diff options
Diffstat (limited to 'modules/pam_pwhistory')
-rw-r--r-- | modules/pam_pwhistory/opasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_pwhistory/opasswd.c b/modules/pam_pwhistory/opasswd.c index 479e3fc4..fc610e2f 100644 --- a/modules/pam_pwhistory/opasswd.c +++ b/modules/pam_pwhistory/opasswd.c @@ -128,9 +128,9 @@ static int compare_password(const char *newpass, const char *oldpass) { char *outval; + int retval; #ifdef HAVE_CRYPT_R struct crypt_data output; - int retval; output.initialized = 0; |