compile warnings: Zflg unused when !selinux

Signed-off-by: Serge Hallyn <shallyn@cisco.com>
This commit is contained in:
Serge Hallyn 2019-10-12 19:58:11 -05:00
parent b03df41906
commit 4e1da34601

View File

@ -97,7 +97,9 @@ static char *user_home;
static bool fflg = false;
static bool rflg = false;
#ifdef WITH_SELINUX
static bool Zflg = false;
#endif
static bool Rflg = false;
static bool is_shadow_pwd;