Simplify dao_input
This commit is contained in:
parent
6c4d5312ae
commit
0f5e3413fa
|
@ -1020,14 +1020,10 @@ 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)) {
|
||||||
}
|
dao_input_nonstoring();
|
||||||
} else {
|
|
||||||
if(RPL_IS_NON_STORING(instance)) {
|
|
||||||
dao_input_nonstoring();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
discard:
|
discard:
|
||||||
|
|
Loading…
Reference in a new issue