2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Rename iolog_client -> log_client.

The logsrvd client code is now used for more than just I/O logging.
This commit is contained in:
Todd C. Miller
2020-11-09 17:13:04 -07:00
parent 2112d9beb1
commit 62547746d3
10 changed files with 67 additions and 65 deletions

View File

@@ -107,7 +107,7 @@ static struct rlimit nproclimit;
int NewArgc;
char **NewArgv;
#ifdef SUDOERS_IOLOG_CLIENT
#ifdef SUDOERS_LOG_CLIENT
# define remote_iologs (!SLIST_EMPTY(&def_log_servers))
#else
# define remote_iologs 0