Fix typo in return type
This commit is contained in:
@@ -1829,7 +1829,7 @@ int NodeService::setRoots(const void* rootsData, unsigned int len)
|
||||
return ZTS_ERR_OK;
|
||||
}
|
||||
|
||||
int_fast32_t NodeService::setLowBandwidthMode(bool enabled)
|
||||
int NodeService::setLowBandwidthMode(bool enabled)
|
||||
{
|
||||
Mutex::Lock _lr(_run_m);
|
||||
if (_run) {
|
||||
|
||||
Reference in New Issue
Block a user