diff options
Diffstat (limited to 'plugins/check_smtp.c')
| -rw-r--r-- | plugins/check_smtp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 19e2a58f..e1f2842e 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
| @@ -187,6 +187,9 @@ int main(int argc, char **argv) { | |||
| 187 | my_tcp_connect(config.server_address, config.server_port, &socket_descriptor); | 187 | my_tcp_connect(config.server_address, config.server_port, &socket_descriptor); |
| 188 | 188 | ||
| 189 | mp_check overall = mp_check_init(); | 189 | mp_check overall = mp_check_init(); |
| 190 | |||
| 191 | mp_set_ok_summary(&overall, "SMTP connection check is OK"); | ||
| 192 | |||
| 190 | mp_subcheck sc_tcp_connect = mp_subcheck_init(); | 193 | mp_subcheck sc_tcp_connect = mp_subcheck_init(); |
| 191 | char buffer[MAX_INPUT_BUFFER]; | 194 | char buffer[MAX_INPUT_BUFFER]; |
| 192 | bool ssl_established = false; | 195 | bool ssl_established = false; |
