Fix zts_allow_*_caching() bug that prevents user from properly setting value before node startup

This commit is contained in:
Joseph Henry
2020-10-21 14:26:29 -07:00
parent af26d56097
commit b021e82078
10 changed files with 55 additions and 32 deletions

View File

@@ -871,7 +871,7 @@ ZTS_API int ZTCALL zts_allow_network_caching(uint8_t allowed);
ZTS_API int ZTCALL zts_allow_peer_caching(uint8_t allowed);
/**
* @brief Enable or disable whether the service will read from a local.conf
* @brief Enable or disable whether the service will read node configuration settings from a local.conf
*
* @usage Should be called before zts_start() if you intend on changing its state.
*