From 487a9d0a8b0700c06857d4bc35423db4e4dbc3d6 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Thu, 17 Nov 2016 17:22:37 +0100 Subject: check_radius: Replace functions removed in radcli The radcli library no longer offers the rc_get_ipaddr(), rc_good_ipaddr(), and rc_own_ipaddress() functions. --- plugins/check_smtp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/check_smtp.c') diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 1996c6d3..05e81f2c 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c @@ -59,10 +59,6 @@ enum { #define SMTP_STARTTLS "STARTTLS\r\n" #define SMTP_AUTH_LOGIN "AUTH LOGIN\r\n" -#ifndef HOST_MAX_BYTES -#define HOST_MAX_BYTES 255 -#endif - #define EHLO_SUPPORTS_STARTTLS 1 int process_arguments (int, char **); -- cgit v1.2.3