fixed bug in client_test where dht_state wasnt used

This commit is contained in:
Arvid Norberg 2006-09-29 14:59:59 +00:00
parent 065c437d31
commit 57471d4b37
1 changed files with 1 additions and 1 deletions

View File

@ -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);