Skip to content
Snippets Groups Projects
Commit 7269cdbf authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

rpl: fix netapi commands handling

parent 7da0d398
Branches
No related tags found
No related merge requests found
......@@ -195,9 +195,10 @@ static void *_event_loop(void *args)
_receive((gnrc_pktsnip_t *)msg.content.ptr);
break;
case GNRC_NETAPI_MSG_TYPE_SND:
break;
case GNRC_NETAPI_MSG_TYPE_GET:
case GNRC_NETAPI_MSG_TYPE_SET:
DEBUG("RPL: reply to unsupported recv/get/set\n");
DEBUG("RPL: reply to unsupported get/set\n");
reply.content.value = -ENOTSUP;
msg_reply(&msg, &reply);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment