Skip to content

Commit

Permalink
Revert "Experiment delete without updating zone table"
Browse files Browse the repository at this point in the history
This reverts commit 1f2c5aa.
  • Loading branch information
aeden committed Jul 8, 2021
1 parent 1f2c5aa commit 1a49f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erldns_zone_cache.erl
Expand Up @@ -371,7 +371,7 @@ delete_zone_rrset(ZoneName, Digest, RRFqdn, Type, Counter) ->
N when N > 0 ->
% DELETE RRSet command has been sent
% we need to update the zone digest as the zone content changes
% update_zone_records_and_digest(ZoneName, get_zone_records(ZoneName), Digest),
update_zone_records_and_digest(ZoneName, get_zone_records(ZoneName), Digest),

write_rrset_sync_counter({ZoneName, RRFqdn, Type, Counter});
_ ->
Expand Down

0 comments on commit 1a49f63

Please sign in to comment.