| 2754 | } |
| 2755 | |
| 2756 | static int updateTlsCfgInt(long long val, long long prev, const char **err) { |
| 2757 | UNUSED(val); |
| 2758 | UNUSED(prev); |
| 2759 | return updateTlsCfg(NULL, NULL, err); |
| 2760 | } |
| 2761 | |
| 2762 | static int updateTLSPortThread(long long val, bool fFirstCall, const char **err) |
| 2763 | { |
nothing calls this directly
no test coverage detected