chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0349c60
)
core: fix gcc unused variable warning
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 3 Jan 2014 00:49:33 +0000
(19:49 -0500)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 3 Jan 2014 00:49:33 +0000
(19:49 -0500)
src/core/dbus-manager.c
patch
|
blob
|
history
diff --git
a/src/core/dbus-manager.c
b/src/core/dbus-manager.c
index 5a998e30823e48fd2fb37e36966f9899d9453a13..6abd5993706726f84c91d804c75c99fda212d08f 100644
(file)
--- a/
src/core/dbus-manager.c
+++ b/
src/core/dbus-manager.c
@@
-1405,7
+1405,9
@@
static int method_enable_unit_files_generic(
sd_bus_error *error) {
_cleanup_strv_free_ char **l = NULL;
+#ifdef HAVE_SELINUX
char **i;
+#endif
UnitFileChange *changes = NULL;
unsigned n_changes = 0;
UnitFileScope scope;