1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-21 15:54:41 +01:00

fix warnings

This commit is contained in:
Klas Lindfors 2013-09-18 10:24:08 +02:00
parent f617829f10
commit f1c30e3028

View File

@ -37,6 +37,7 @@
#include <string.h>
#include <stdlib.h>
#include "drop_privs.h"
#include "util.h"
#ifdef HAVE_SECURITY_PAM_APPL_H
@ -59,7 +60,7 @@ static int saved_groups_length;
#endif /* HAVE_PAM_MODUTIL_DROP_PRIV */
#ifdef HAVE_PAM_MODUTIL_DROP_PRIV
struct pam_modutil_privs * _privs_location(int force_init) {
static struct pam_modutil_privs * _privs_location(int force_init) {
static int init = 0;
static struct pam_modutil_privs privs;
if (init == 0 || force_init) {