summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 5afb694..6f17429 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -78,7 +78,7 @@ int verbose = FALSE;
78int 78int
79main (int argc, char **argv) 79main (int argc, char **argv)
80{ 80{
81 int sd, c; 81 int sd;
82 int result; 82 int result;
83 char buffer[MAX_INPUT_BUFFER] = ""; 83 char buffer[MAX_INPUT_BUFFER] = "";
84 char *from_str = NULL; 84 char *from_str = NULL;