mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-14 08:08:53 -05:00
fixed variable name problem in ServerPage (with no consequences)
This commit is contained in:
parent
6cdeed6e37
commit
95edc5ba8e
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ void ServerPage::load()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
netIndex = 3; // NONE.
|
netIndex = 3; // NONE.
|
||||||
if (detail.vs_dht != RS_VS_DISC_OFF)
|
if (detail.vs_dht != RS_VS_DHT_OFF)
|
||||||
{
|
{
|
||||||
if (detail.vs_disc != RS_VS_DISC_OFF)
|
if (detail.vs_disc != RS_VS_DISC_OFF)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue