MCPcopy Create free account
hub / github.com/F-Stack/f-stack / updateTlsCfgInt

Function updateTlsCfgInt

app/redis-6.2.6/src/config.c:2370–2374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2368}
2369
2370static int updateTlsCfgInt(long long val, long long prev, const char **err) {
2371 UNUSED(val);
2372 UNUSED(prev);
2373 return updateTlsCfg(NULL, NULL, err);
2374}
2375
2376static int updateTLSPort(long long val, long long prev, const char **err) {
2377 /* Do nothing if port is unchanged */

Callers

nothing calls this directly

Calls 1

updateTlsCfgFunction · 0.85

Tested by

no test coverage detected