parent
6e6f8726ed
commit
c0c1ac9c92
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue