1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-22 04:08:29 -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

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(