Fixed a scriptland state issue that manifested especially badly on proxies.

This commit is contained in:
Seth Hall 2013-07-22 14:02:56 -04:00
parent d349520745
commit 5c3bf14d16

View file

@ -185,5 +185,6 @@ event expected_connection_seen(c: connection, a: Analyzer::Tag) &priority=10
event connection_state_remove(c: connection) &priority=-5
{
delete dcc_expected_transfers[c$id$resp_h, c$id$resp_p];
if ( [c$id$resp_h, c$id$resp_p] in dcc_expected_transfers )
delete dcc_expected_transfers[c$id$resp_h, c$id$resp_p];
}