net: rpl: Fix invalid config name

Fixes #665

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
This commit is contained in:
Ravi kumar Veeramally 2017-07-11 11:14:27 +03:00 committed by Jukka Rissanen
commit f73221e5cb

View file

@ -1600,7 +1600,7 @@ static struct net_rpl_parent *net_rpl_add_parent(struct net_if *iface,
}
}
#if !defined(CONFIG_NET_RPL_DAG_MC_NONE)
#if !defined(CONFIG_NET_RPL_MC_NONE)
memcpy(&parent->mc, &dio->mc, sizeof(parent->mc));
#endif
@ -2712,7 +2712,7 @@ static void net_rpl_process_dio(struct net_if *iface,
/* We have allocated a candidate parent; process the DIO further. */
#if !defined(CONFIG_NET_RPL_DAG_MC_NONE)
#if !defined(CONFIG_NET_RPL_MC_NONE)
memcpy(&parent->mc, &dio->mc, sizeof(parent->mc));
#endif