Skip to content

Commit 29b7e58

Browse files
committed
ip6_print() now takes a netdissect_options pointer as its first argument.
1 parent 3e508b0 commit 29b7e58

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
@@ -162,7 +162,7 @@ pflog_if_print(const struct pcap_pkthdr *h, register const u_char *p)
162162
#if OPENBSD_AF_INET6 != AF_INET6
163163
case OPENBSD_AF_INET6: /* XXX: read pcap files */
164164
#endif
165-
ip6_print(p, length);
165+
ip6_print(gndo, p, length);
166166
break;
167167
#endif
168168

0 commit comments

Comments
 (0)