Updating CHANGES and VERSION.

This commit is contained in:
Robin Sommer 2014-04-22 16:32:22 -07:00
parent 80d7a1482c
commit e24f3f5fd5
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
2.2-341 | 2014-04-17 18:01:41 -0500
* Fix duplicate DNS log entries. (Robin Sommer)
2.2-341 | 2014-04-17 18:01:01 -0500 2.2-341 | 2014-04-17 18:01:01 -0500
* Refactor initialization of ASCII log writer options. (Jon Siwek) * Refactor initialization of ASCII log writer options. (Jon Siwek)

@ -1 +1 @@
Subproject commit d99150801b7844e082b5421d1efe4050702d350e Subproject commit f249570e3fb4c83e532cc0813786f0ff60c4dea9

View file

@ -183,7 +183,7 @@ function log_unmatched_msgs(msgs: PendingMessages)
for ( trans_id in msgs ) for ( trans_id in msgs )
log_unmatched_msgs_queue(msgs[trans_id]); log_unmatched_msgs_queue(msgs[trans_id]);
msgs = PendingMessages(); clear_table(msgs);
} }
function enqueue_new_msg(msgs: PendingMessages, id: count, msg: Info) function enqueue_new_msg(msgs: PendingMessages, id: count, msg: Info)