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

serialization: Fixed changeset size.

parent 670f2b67
Branches
Tags
No related merge requests found
......@@ -92,8 +92,6 @@ int changeset_binary_size(const changeset_t *chgset, size_t *size)
}
*size = soa_from_size + soa_to_size + remove_size + add_size;
/* + Changeset flags. */
*size += sizeof(uint32_t);
return KNOT_EOK;
}
......
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