| 2611 | } |
| 2612 | |
| 2613 | static int updateGoodSlaves(long long val, long long prev, const char **err) { |
| 2614 | UNUSED(val); |
| 2615 | UNUSED(prev); |
| 2616 | UNUSED(err); |
| 2617 | refreshGoodSlavesCount(); |
| 2618 | return 1; |
| 2619 | } |
| 2620 | |
| 2621 | static int updateMasterAuthConfig(sds, sds, const char **) { |
| 2622 | updateMasterAuth(); |
nothing calls this directly
no test coverage detected