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:
parent
3aaa24a06f
commit
a40bc0affe
@ -2737,16 +2737,12 @@ bool WebAPIRequestMapper::validateAMBEDevices(SWGSDRangel::SWGAMBEDevices& ambeD
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else
|
return true;
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
return false;
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebAPIRequestMapper::appendSettingsSubKeys(
|
void WebAPIRequestMapper::appendSettingsSubKeys(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user