Skip to content

Commit b480f48

Browse files
Merge pull request #8 from legrand-home-systems-mdt/dmc-fix-build-errors
Fix build errors
2 parents 53bf78c + df245a2 commit b480f48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tcpdump.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,8 @@ open_interface(const char *device, netdissect_options *ndo, char *ebuf)
15061506
static int
15071507
no_printf(netdissect_options *ndo, const char *fmt, ...)
15081508
{
1509+
ndo++;
1510+
fmt++;
15091511
return (0);
15101512
}
15111513

0 commit comments

Comments
 (0)