summaryrefslogtreecommitdiffstats
path: root/plugins/check_radius.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r--plugins/check_radius.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c
index 03153926..9f9af3cc 100644
--- a/plugins/check_radius.c
+++ b/plugins/check_radius.c
@@ -171,6 +171,9 @@ int main(int argc, char **argv) {
171#endif 171#endif
172 172
173 mp_check overall = mp_check_init(); 173 mp_check overall = mp_check_init();
174
175 mp_set_ok_summary(&overall, "Radius check is OK");
176
174 mp_subcheck sc_read_config = mp_subcheck_init(); 177 mp_subcheck sc_read_config = mp_subcheck_init();
175 178
176 char *str = strdup("dictionary"); 179 char *str = strdup("dictionary");