mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
fixed variable name problem in ServerPage (with no consequences)
This commit is contained in:
parent
6cdeed6e37
commit
95edc5ba8e
@ -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…
Reference in New Issue
Block a user