Skip to content
Snippets Groups Projects
Commit 73b2e255 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

follow rc_init change

parent 965e319b
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ int rc_sanitize(ssexec_t *info,genalloc *ga, char const *const *envp)
db[info->livetree.len + 1 + info->treename.len] = 0 ;
if (!db_ok(info->livetree.s,info->treename.s))
if (!rc_init(info,envp)) return 0 ;
if (!rc_init(info,ga,envp)) return 0 ;
for (unsigned int i = 0; i < genalloc_len(ss_resolve_t,ga) ; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment