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.
2 parents 37a4e44 + 2f33b1a commit 3e78247Copy full SHA for 3e78247
test/dnet/fw.c
@@ -33,7 +33,7 @@ static int
33
print_rule(const struct fw_rule *fr, void *arg)
34
{
35
struct protoent *pr;
36
- char proto[16], sport[16], dport[16], typecode[16];
+ char proto[16], sport[32], dport[32], typecode[16];
37
38
if (fr->fw_proto == 0)
39
proto[0] = '\0';
0 commit comments