When anonymizing posts, remove the transaction code

This commit is contained in:
John Wiegley 2010-06-20 17:13:59 -04:00
parent 9ce498f890
commit b95818026f

View file

@ -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);