- Fix some other DHT port issues

This commit is contained in:
Christophe Dumez 2009-12-29 10:04:41 +00:00
parent ff5e5d1062
commit e885ee0d35
2 changed files with 1 additions and 3 deletions

View file

@ -890,8 +890,6 @@ bool options_imp::systrayIntegration() const{
}
int options_imp::getDHTPort() const {
if(isDHTPortSameAsBT())
return 0;
return spinDHTPort->value();
}