Simplify dao_input
This commit is contained in:
parent
6c4d5312ae
commit
0f5e3413fa
|
@ -1020,15 +1020,11 @@ dao_input(void)
|
||||||
goto discard;
|
goto discard;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(instance->mop != RPL_MOP_NON_STORING) {
|
|
||||||
if(RPL_IS_STORING(instance)) {
|
if(RPL_IS_STORING(instance)) {
|
||||||
dao_input_storing();
|
dao_input_storing();
|
||||||
}
|
} else if(RPL_IS_NON_STORING(instance)) {
|
||||||
} else {
|
|
||||||
if(RPL_IS_NON_STORING(instance)) {
|
|
||||||
dao_input_nonstoring();
|
dao_input_nonstoring();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
discard:
|
discard:
|
||||||
uip_clear_buf();
|
uip_clear_buf();
|
||||||
|
|
Loading…
Reference in a new issue