Fix define name

This commit is contained in:
Roy Marples 2008-03-19 15:15:09 +00:00
parent 1443fee901
commit f69013adbe

View File

@ -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);