Commit 21413347 authored by Rusty Russell's avatar Rusty Russell

Leave groups of chainlock inside traverse.

parent bb43e536
......@@ -435,7 +435,9 @@ static void op_analyze_traverse(const char *filename,
op[start].group_len = op_num - start;
/* Don't roll in nested traverse/chainlock */
for (i = start; i <= op_num; i++)
if (!op[i].group_start)
op[i].group_start = start;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment