Check we have a list before running depends.

This commit is contained in:
Roy Marples 2008-04-26 14:59:07 +00:00
parent b5d829789f
commit 3c2b93fc9c

View File

@ -566,9 +566,6 @@ RC_STRINGLIST *rc_deptree_order(const RC_DEPTREE *deptree,
}
}
if (!list)
return NULL;
/* Now we have our lists, we need to pull in any dependencies
and order them */
types = rc_stringlist_new();