We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecff0b commit 5f0cd8aCopy full SHA for 5f0cd8a
print-pflog.c
@@ -37,7 +37,7 @@ static const struct tok pf_reasons[] = {
37
{ PFRES_MATCH, "0(match)" },
38
{ PFRES_BADOFF, "1(bad-offset)" },
39
{ PFRES_FRAG, "2(fragment)" },
40
- { PFRES_NORM, "3(short)" },
+ { PFRES_SHORT, "3(short)" },
41
{ PFRES_NORM, "4(normalize)" },
42
{ PFRES_MEMORY, "5(memory)" },
43
{ PFRES_TS, "6(bad-timestamp)" },
0 commit comments