Skip to content

Commit 3e78247

Browse files
authored
Merge pull request #51 from ofalk/master
Sync in latest changes
2 parents 37a4e44 + 2f33b1a commit 3e78247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dnet/fw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static int
3333
print_rule(const struct fw_rule *fr, void *arg)
3434
{
3535
struct protoent *pr;
36-
char proto[16], sport[16], dport[16], typecode[16];
36+
char proto[16], sport[32], dport[32], typecode[16];
3737

3838
if (fr->fw_proto == 0)
3939
proto[0] = '\0';

0 commit comments

Comments
 (0)