mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
Fix the `lt'' comparison in
`set filter''
PR: 13819 Submitted by: Dean M. Phillips <dphill@inav.net>
This commit is contained in:
parent
40360b1bbb
commit
3927c47b04
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51489
@ -622,7 +622,7 @@ filter_Nam2Proto(int argc, char const *const *argv)
|
||||
return proto;
|
||||
}
|
||||
|
||||
static const char *opname[] = {"none", "eq", "gt", "unknown", "lt"};
|
||||
static const char *opname[] = {"none", "eq", "gt", "lt"};
|
||||
|
||||
const char *
|
||||
filter_Op2Nam(int op)
|
||||
|
Loading…
Reference in New Issue
Block a user