#3634 Use dht-0.17

This commit is contained in:
Juliusz Chroboczek 2011-01-09 23:45:04 +00:00
parent 5bb25bbe72
commit cc44725949
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ tr_dhtUninit(tr_session *ss)
tr_free( dat_file );
}
dht_uninit( 1 );
dht_uninit();
tr_ndbg("DHT", "Done uninitializing DHT");
session = NULL;