summaryrefslogtreecommitdiff
path: root/lib/libnetgraph/debug.c
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2005-04-26 14:25:11 +0000
committerMaxime Henrion <mux@FreeBSD.org>2005-04-26 14:25:11 +0000
commitb92367948a1777de80dd7ee31a15a90df0b727bf (patch)
tree4eba5fe9fa741c6c667fce6686078caaf3bf686d /lib/libnetgraph/debug.c
parent4ef63bad6985b0c8595a87fac8f137c377f20aed (diff)
Notes
Diffstat (limited to 'lib/libnetgraph/debug.c')
-rw-r--r--lib/libnetgraph/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c
index 696d7d945bce..73d614daae35 100644
--- a/lib/libnetgraph/debug.c
+++ b/lib/libnetgraph/debug.c
@@ -243,7 +243,7 @@ fail:
fail2:
NGLOGX(" cmd %d", msg->header.cmd);
NGLOGX(" args (%d bytes)", msg->header.arglen);
- _NgDebugBytes(msg->data, msg->header.arglen);
+ _NgDebugBytes((u_char *)msg->data, msg->header.arglen);
done:
if (csock != -1)