check_radius: implement ok summary

This commit is contained in:
Lorenz Kästle 2026-06-04 23:57:37 +02:00
parent 7dc3bed81e
commit be75ecf42e

View file

@ -171,6 +171,9 @@ int main(int argc, char **argv) {
#endif
mp_check overall = mp_check_init();
mp_set_ok_summary(&overall, "Radius check is OK");
mp_subcheck sc_read_config = mp_subcheck_init();
char *str = strdup("dictionary");