Skip to content

Commit 5f0cd8a

Browse files
committed
pflog: Fix a macro name
[skip ci]
1 parent 5ecff0b commit 5f0cd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-pflog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static const struct tok pf_reasons[] = {
3737
{ PFRES_MATCH, "0(match)" },
3838
{ PFRES_BADOFF, "1(bad-offset)" },
3939
{ PFRES_FRAG, "2(fragment)" },
40-
{ PFRES_NORM, "3(short)" },
40+
{ PFRES_SHORT, "3(short)" },
4141
{ PFRES_NORM, "4(normalize)" },
4242
{ PFRES_MEMORY, "5(memory)" },
4343
{ PFRES_TS, "6(bad-timestamp)" },

0 commit comments

Comments
 (0)