X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-manager.c;h=6abd5993706726f84c91d804c75c99fda212d08f;hb=1006a62d20855eb7d70b044031a2a676a8111a0f;hp=5a998e30823e48fd2fb37e36966f9899d9453a13;hpb=d14ab08b29d5b0b3ead6e63ac8be472f273011f9;p=elogind.git diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index 5a998e308..6abd59937 100644 --- 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;