Mod aaa-12 修改获取路由信息逻辑

SOL
修改人:tongyebin
检视人:
This commit is contained in:
tongyebin 2019-08-30 09:55:43 +08:00
parent 319101243a
commit c5d5a411ca
1 changed files with 4 additions and 0 deletions

View File

@ -1223,6 +1223,10 @@ ret_code all_routing_config_chk(uint source, uint * config_type,
return RET_CHKERR;
}
}
else
{
return RET_INPUTERR;
}
return ret;
}