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

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