fixed variable name problem in ServerPage (with no consequences)

This commit is contained in:
csoler 2016-07-22 10:06:24 -04:00
parent 6cdeed6e37
commit 95edc5ba8e

View File

@ -258,7 +258,7 @@ void ServerPage::load()
*/
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)
{