aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-07-25 11:04:57 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-07-25 11:04:57 -0500
commit275714bdc74c363ca1612b2b6b97f74f7a62b50c (patch)
treeee5bb10ec958c9a3327da8e15c4c796185e7a7c2
parente3bfb68aece9378a0669c2893285808100fd5ea6 (diff)
checkpath: style fix
-rw-r--r--src/rc/checkpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index ecd845f6..a65dbc2f 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -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