1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Fixed WebAPIRequestMapper::validateAMBEDevices not returning value in all cases. Fixes issue #386

This commit is contained in:
f4exb
2019-07-25 11:36:10 +02:00
parent 3aaa24a06f
commit a40bc0affe
+4 -8
View File
@@ -2737,16 +2737,12 @@ bool WebAPIRequestMapper::validateAMBEDevices(SWGSDRangel::SWGAMBEDevices& ambeD
return false;
}
}
}
else
{
return false;
return true;
}
}
else
{
return false;
}
return false;
}
void WebAPIRequestMapper::appendSettingsSubKeys(