Out-commented code. No prototype for now.

FossilOrigin-Name: 99c5994edc70a7fa8999261a3098551c2ad42ae7cde48160ffe9988ea2fc24c3
This commit is contained in:
7u83@mail.ru 2014-08-17 16:37:41 +00:00
parent 9e276fb3a8
commit c5855d946c
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ static int acinfo_readelem_join_resp(void * a,int type,uint8_t* msgelem,int len)
if (acinfo_readelem_ctrl_ip_addr(acinfo,type,msgelem,len))
return 1;
if (acinfo_readelem_cw_local_ip_addr(acinfo,type,msgelem,len))
/* if (acinfo_readelem_cw_local_ip_addr(acinfo,type,msgelem,len))
return 1;
*/
return 0;
}