mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
#3634 Use dht-0.17
This commit is contained in:
parent
5bb25bbe72
commit
cc44725949
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue