fix client_test build

This commit is contained in:
Arvid Norberg 2015-01-19 04:46:06 +00:00
parent ba8b7d8854
commit aa9647b5d0
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ bool handle_alert(libtorrent::session& ses, libtorrent::alert* a
if (dht_stats_alert* p = alert_cast<dht_stats_alert>(a))
{
dht_active_requests.swap(p->active_requests);
dht_routing_table.swap(p->dht_routing_table);
dht_routing_table.swap(p->routing_table);
}
#endif