diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 3758fd9..a861a71 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -87,6 +87,8 @@ int errcode, excode; | |||
87 | int server_port = SMTP_PORT; | 87 | int server_port = SMTP_PORT; |
88 | char *server_address = NULL; | 88 | char *server_address = NULL; |
89 | char *server_expect = NULL; | 89 | char *server_expect = NULL; |
90 | char *mail_command = NULL; | ||
91 | char *from_arg = NULL; | ||
90 | int send_mail_from=0; | 92 | int send_mail_from=0; |
91 | int ncommands=0; | 93 | int ncommands=0; |
92 | int command_size=0; | 94 | int command_size=0; |