| 2368 | } |
| 2369 | |
| 2370 | static 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 | |
| 2376 | static int updateTLSPort(long long val, long long prev, const char **err) { |
| 2377 | /* Do nothing if port is unchanged */ |
nothing calls this directly
no test coverage detected