summaryrefslogtreecommitdiff
path: root/print-llc.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-llc.c')
-rw-r--r--print-llc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-llc.c b/print-llc.c
index 565fd3ce..c2363d5f 100644
--- a/print-llc.c
+++ b/print-llc.c
@@ -284,7 +284,7 @@ llc_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen,
p += 4;
length -= 4;
}
- netbeui_print(control, p, length);
+ netbeui_print(ndo, control, p, length);
return (1);
}
#endif