projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9c8a834
)
NETGRAPH7: libnetgraph7: fix compilation.
author
Nuno Antunes <nuno.antunes@gmail.com>
Fri, 3 Sep 2010 18:51:38 +0000 (19:51 +0100)
committer
Nuno Antunes <nuno.antunes@gmail.com>
Tue, 10 Jan 2012 14:10:27 +0000 (14:10 +0000)
lib/libnetgraph7/debug.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/libnetgraph7/debug.c
b/lib/libnetgraph7/debug.c
index
f80d1f8
..
4bfe893
100644
(file)
--- a/
lib/libnetgraph7/debug.c
+++ b/
lib/libnetgraph7/debug.c
@@
-290,7
+290,7
@@
fail:
fail2:
NGLOGX(" cmd %d", msg->header.cmd);
NGLOGX(" args (%d bytes)", msg->header.arglen);
- _NgDebugBytes((u_char *)msg->data, msg->header.arglen);
+ _NgDebugBytes(msg->data, msg->header.arglen);
done:
if (csock != -1)