fixed bug in client_test where dht_state wasnt used
This commit is contained in:
@@ -938,7 +938,7 @@ int main(int ac, char* av[])
|
||||
}
|
||||
|
||||
#ifndef TORRENT_DISABLE_DHT
|
||||
entry dht_state = ses.dht_state();
|
||||
dht_state = ses.dht_state();
|
||||
boost::filesystem::ofstream out(".dht_state"
|
||||
, std::ios_base::binary);
|
||||
out.unsetf(std::ios_base::skipws);
|
||||
|
Reference in New Issue
Block a user