1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-08-12 02:32:25 -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; return false;
} }
} }
return true;
} }
else }
{
return false; return false;
}
}
else
{
return false;
}
} }
void WebAPIRequestMapper::appendSettingsSubKeys( void WebAPIRequestMapper::appendSettingsSubKeys(