diff options
Diffstat (limited to 'lib/libnetgraph/debug.c')
-rw-r--r-- | lib/libnetgraph/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index 696d7d9..73d614d 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) |