Fix typo in return type

This commit is contained in:
Joseph Henry
2023-07-18 13:06:19 -07:00
parent 27805f8ff2
commit 9f363342d9

View File

@@ -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) {