diff options
Diffstat (limited to 'print-chdlc.c')
-rw-r--r-- | print-chdlc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-chdlc.c b/print-chdlc.c index 238e91a98ce1..261b15ad7efd 100644 --- a/print-chdlc.c +++ b/print-chdlc.c @@ -85,7 +85,7 @@ chdlc_print(register const u_char *p, u_int length) { break; #ifdef INET6 case ETHERTYPE_IPV6: - ip6_print(p, length); + ip6_print(gndo, p, length); break; #endif case CHDLC_TYPE_SLARP: |