Fixed mistake in 554dae1

This commit is contained in:
Birunthan Mohanathas 2012-10-04 21:38:05 +03:00
parent e078447838
commit 10eed6f131

View File

@ -150,7 +150,7 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
}; };
// Select a WLAN interface, default 0. // Select a WLAN interface, default 0.
int value = RmReadInt(rm, L"WifiIntfID", 0); value = RmReadInt(rm, L"WifiIntfID", 0);
if (value >= (int)g_pIntfList->dwNumberOfItems) if (value >= (int)g_pIntfList->dwNumberOfItems)
{ {
logValueError(L"WifiIntfID"); logValueError(L"WifiIntfID");