forked from premiere/premiere-libtorrent
fixed bug in client_test where dht_state wasnt used
This commit is contained in:
parent
065c437d31
commit
57471d4b37
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue