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

bug fix: looking for Master file

parent 203c341d
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ int graph_build_service(graph_t *g, char const *base, char const *treename, uint
if (general) {
if (!resolve_get_field_tosa_g(&sa, base, treename, treename, DATA_TREE_MASTER, TREE_ENUM_MASTER_CONTENTS))
if (!resolve_get_field_tosa_g(&sa, base, treename, SS_MASTER + 1, DATA_TREE_MASTER, E_RESOLVE_TREE_MASTER_CONTENTS))
goto err ;
FOREACH_SASTR(&sa, pos) {
......
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