summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-12-28 12:30:23 +0100
committerGitHub <noreply@github.com>2025-12-28 12:30:23 +0100
commit9c26154698315e06b355b65dd9515419b14b4e0c (patch)
tree8be76d089d928f35eb7eedccf58122cd562834f8 /plugins/check_smtp.c
parentf8db90c206e777a21ff69a301406a11ca627034c (diff)
parent828a9720b10814c5836d03aa35af05d196c4104b (diff)
downloadmonitoring-plugins-9c26154698315e06b355b65dd9515419b14b4e0c.tar.gz
Merge branch 'master' into fix/check-curl-append-query-string-on-redirect
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index e806ad29..e8c35f58 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -37,7 +37,6 @@
37#include "base64.h" 37#include "base64.h"
38#include "regex.h" 38#include "regex.h"
39 39
40#include <bits/getopt_ext.h>
41#include <ctype.h> 40#include <ctype.h>
42#include <string.h> 41#include <string.h>
43#include "check_smtp.d/config.h" 42#include "check_smtp.d/config.h"