summaryrefslogtreecommitdiff
path: root/src/librc/librc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librc/librc.c')
-rw-r--r--src/librc/librc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librc/librc.c b/src/librc/librc.c
index 1a1c663..f2b7758 100644
--- a/src/librc/librc.c
+++ b/src/librc/librc.c
@@ -821,7 +821,7 @@ RC_STRINGLIST *rc_services_in_runlevel(const char *runlevel)
free(pkg);
}
#endif
-#ifdef RC_LOCAL_DIR
+#ifdef RC_LOCAL_INITDIR
if (local) {
TAILQ_CONCAT(list, local, entries);
free(local);