Add aaa-12 修改静态路由

SOL
修改人:tongyebin
检视人:
This commit is contained in:
tongyebin 2019-09-09 14:49:08 +08:00
parent 6e6f8726ed
commit c0c1ac9c92
1 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ void judge_para(int *flag, char *gateway, char *dev)
{
if((NULL == flag) || (NULL == gateway) || (NULL == dev))
{
return RET_EMPTY_STRING;
return;
}
if (strcmp(gateway,"") != 0)
{
@ -473,7 +473,7 @@ void judge_buff(int *flag, char *buff)
{
if((NULL == flag) || (NULL == buff))
{
return RET_EMPTY_STRING;
return;
}
if (strstr(buff,"gw") != NULL)