checkpath: style fix

This commit is contained in:
William Hubbs 2014-07-25 11:04:57 -05:00
parent e3bfb68aec
commit 275714bdc7

View File

@ -281,7 +281,7 @@ int checkpath(int argc, char **argv)
gid = gr->gr_gid;
#ifdef HAVE_SELINUX
if (1 == selinux_util_open())
if (selinux_util_open() == 1)
selinux_on = true;
#endif