diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-11-29 17:29:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-11-29 17:29:06 +0000 |
commit | 887b2e6937e815db5231f7034b62000521077840 (patch) | |
tree | 462df6452caec120127f9d5be53df1aeb20e13f2 /usr.bin/sudo/def_data.c | |
parent | fb632683a18d1b7eb7185cb786fb306b69e3862b (diff) |
update to sudo 1.6.8p5
Diffstat (limited to 'usr.bin/sudo/def_data.c')
-rw-r--r-- | usr.bin/sudo/def_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/def_data.c b/usr.bin/sudo/def_data.c index b54f262a27a..698934f29df 100644 --- a/usr.bin/sudo/def_data.c +++ b/usr.bin/sudo/def_data.c @@ -15,8 +15,8 @@ static struct def_values def_data_listpw[] = { static struct def_values def_data_verifypw[] = { { "never", never }, - { "any", any }, { "all", all }, + { "any", any }, { "always", always }, { NULL, 0 }, }; |