| 2619 | } |
| 2620 | |
| 2621 | static int updateMasterAuthConfig(sds, sds, const char **) { |
| 2622 | updateMasterAuth(); |
| 2623 | return 1; |
| 2624 | } |
| 2625 | |
| 2626 | static int updateAppendonly(int val, int prev, const char **err) { |
| 2627 | UNUSED(prev); |
nothing calls this directly
no test coverage detected