diff --git a/src/filters.cc b/src/filters.cc index 2323aed9..9e06fb8b 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -266,6 +266,7 @@ void anonymize_posts::operator()(post_t& post) copy_xact_details = true; } xact_t& xact = temps.last_xact(); + xact.code = none; if (copy_xact_details) { xact.copy_details(*post.xact);