From 3fddfedb53840dae7057c8ba38f591bbe1885ff9 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 9 Jan 2020 13:59:51 -0700 Subject: [PATCH] Remove MAXSYSLOGTRIES, it is no longer used. --- plugins/sudoers/logging.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/sudoers/logging.c b/plugins/sudoers/logging.c index 156da5d62..49fdbf31b 100644 --- a/plugins/sudoers/logging.c +++ b/plugins/sudoers/logging.c @@ -73,8 +73,6 @@ static bool should_mail(int); static void mysyslog(int, const char *, ...); static char *new_logline(const char *, const char *); -#define MAXSYSLOGTRIES 16 /* num of retries for broken syslogs */ - /* * We do an openlog(3)/closelog(3) for each message because some * authentication methods (notably PAM) use syslog(3) for their