Skip to content

apply: avoid deleting apex node when empty as it will be replaced

Dominik Taborsky requested to merge apply-fix-soa-replacement into master

The changeset application code (apply.c) wrongly deleted the apex node if the SOA RR was the only in it when replacing SOA with newer version. This condition seems untested in functional tests.

Merge request reports