aboutsummaryrefslogtreecommitdiff
path: root/print-sl.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-sl.c')
-rw-r--r--print-sl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-sl.c b/print-sl.c
index f00d3943d320..91dbaadc275b 100644
--- a/print-sl.c
+++ b/print-sl.c
@@ -73,7 +73,7 @@ sl_if_print(const struct pcap_pkthdr *h, const u_char *p)
break;
#ifdef INET6
case 6:
- ip6_print((u_char *)ip, length);
+ ip6_print(gndo, (u_char *)ip, length);
break;
#endif
default: