mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
ccnl: data is not a string
This commit is contained in:
parent
6293365dbf
commit
2e1b0b513e
@ -79,7 +79,7 @@ int ccnl_riot_client_get(unsigned int relay_pid, char *name, char *reply_buf)
|
||||
|
||||
unsigned char *data = rmsg_reply->payload;
|
||||
int datalen = (int) rmsg_reply->size;
|
||||
DEBUGMSG(1, "%d bytes left; msg from=%u '%s'\n", datalen, rep.sender_pid, data);
|
||||
DEBUGMSG(1, "%d bytes left; msg from=%u\n", datalen, rep.sender_pid);
|
||||
|
||||
int scope = 3, aok = 3, minsfx = 0, maxsfx = CCNL_MAX_NAME_COMP,
|
||||
contlen = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user