2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

Remove MAXSYSLOGTRIES, it is no longer used.

This commit is contained in:
Todd C. Miller 2020-01-09 13:59:51 -07:00
parent bf68dce053
commit 3fddfedb53

View File

@ -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