commit | c143fa0778fa0d8744867318bb7f7a2e63cf37d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 16:38:42 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 16:38:42 2021 +0000 |
tree | 3d071dca57ef102bf085aae06b30f749425c4223 | |
parent | b1b163efd7bb3ca68cce101d4e431559d2944a8e [diff] [blame] |
patch 8.2.3604: not all sudoers files are recognized Problem: Not all sudoers files are recognized. Solution: Add a file pattern. (Doug Kearns, closes #1192)
diff --git a/src/version.c b/src/version.c index 1c8c955..c96c233 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3604, +/**/ 3603, /**/ 3602,