diff --git a/src/lib66/parser_enabled.c b/src/lib66/parser_enabled.c index cfb3b8b8f1bf1ce8707d71474b0bd556a090f664..ed71cf98807427280cb65ed8712cb971edf564a6 100644 --- a/src/lib66/parser_enabled.c +++ b/src/lib66/parser_enabled.c @@ -154,6 +154,7 @@ int parse_service_opts_deps(ssexec_t *info,stralloc *parsed_list,stralloc *opts_ { found = 0 ; char *tree = opts_deps_list->s + pos ; + if (obstr_equal(tree,info->treename.s)) continue ; size_t treelen = strlen(tree) ; char tmp[baselen + 1 + treelen + SS_SVDIRS_LEN + 1] ; auto_strings(tmp,btmp,"/",tree,SS_SVDIRS) ;