Commit 584d4ab
committed
Fix log length in default eventlog config initializer.
In c95423a, the order of the file_maxlen and syslog_maxlen
elements of struct eventlog_config were moved but the corresponding
initializer was not updated to match. This resulted in log files
generated by sudo_logsrvd to be wrapped at 5 characters.1 parent faee89c commit 584d4ab
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
71 | | - | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments