From b95818026f6dfd1b5276e7e91efbb2f17330a5cf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 Jun 2010 17:13:59 -0400 Subject: When anonymizing posts, remove the transaction code --- src/filters.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filters.cc') 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); -- cgit v1.2.3