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

Rename "log_server" in sudoers to "log_servers" to match I/O plugin.

This commit is contained in:
Todd C. Miller
2019-11-18 09:39:03 -07:00
parent 810669c4f0
commit f913249dd0
6 changed files with 16 additions and 16 deletions

View File

@@ -232,8 +232,8 @@
#define def_log_allowed (sudo_defs_table[I_LOG_ALLOWED].sd_un.flag)
#define I_LOG_DENIED 116
#define def_log_denied (sudo_defs_table[I_LOG_DENIED].sd_un.flag)
#define I_LOG_SERVER 117
#define def_log_server (sudo_defs_table[I_LOG_SERVER].sd_un.list)
#define I_LOG_SERVERS 117
#define def_log_servers (sudo_defs_table[I_LOG_SERVERS].sd_un.list)
#define I_LOG_SERVER_TIMEOUT 118
#define def_log_server_timeout (sudo_defs_table[I_LOG_SERVER_TIMEOUT].sd_un.ival)