Remove unnecessary static variable usage

This commit is contained in:
Adam Majer 2017-02-20 14:46:18 +01:00
parent 5ac4918bdd
commit 90c0525c7e

View File

@ -1794,7 +1794,7 @@ static void lastlog_reset (uid_t uid)
static void tallylog_reset (char *user_name)
{
static const char pam_tally2[] = "/sbin/pam_tally2";
const char pam_tally2[] = "/sbin/pam_tally2";
const char *pname;
pid_t childpid;
int failed;