Skip to content
Snippets Groups Projects
Commit 56a4027c authored by Jan Kadlec's avatar Jan Kadlec
Browse files

changeset: Added missing changeset iter init.

parent 5b8b5790
No related branches found
No related tags found
No related merge requests found
......@@ -222,6 +222,7 @@ static int ixfr_answer_init(struct query_data *qdata)
xfer->state = IXFR_SOA_DEL;
init_list(&xfer->proc.nodes);
init_list(&xfer->changesets);
init_list(&xfer->cur.iters);
add_tail_list(&xfer->changesets, &chgsets);
xfer->qdata = qdata;
......
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