Page MenuHomeFreeBSD

D46933.id144235.diff
No OneTemporary

D46933.id144235.diff

diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -4214,7 +4214,7 @@
| NUMBER {
$$ = $1;
if ($$ < 0 || $$ > 255) {
- yyerror("illegal tos value %s", $1);
+ yyerror("illegal tos value %lu", $1);
YYERROR;
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 23, 9:18 AM (2 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25982176
Default Alt Text
D46933.id144235.diff (295 B)

Event Timeline