e0f485fa5c
OBS-URL: https://build.opensuse.org/request/show/848315 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=225
14 lines
460 B
Diff
14 lines
460 B
Diff
Index: Linux-PAM-1.4.0/modules/pam_unix/pam_unix_acct.c
|
|
===================================================================
|
|
--- Linux-PAM-1.4.0.orig/modules/pam_unix/pam_unix_acct.c
|
|
+++ Linux-PAM-1.4.0/modules/pam_unix/pam_unix_acct.c
|
|
@@ -189,7 +189,7 @@ pam_sm_acct_mgmt(pam_handle_t *pamh, int
|
|
unsigned long long ctrl;
|
|
const void *void_uname;
|
|
const char *uname;
|
|
- int retval, daysleft;
|
|
+ int retval, daysleft = -1;
|
|
char buf[256];
|
|
|
|
D(("called."));
|