diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 97195a3ac..918309d5e 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -915,7 +915,7 @@ bool handle_alert(libtorrent::session& ses, libtorrent::alert* a if (dht_stats_alert* p = alert_cast(a)) { dht_active_requests.swap(p->active_requests); - dht_routing_table.swap(p->dht_routing_table); + dht_routing_table.swap(p->routing_table); } #endif