removed a printf.
FossilOrigin-Name: 4229fd91247bdf897d9d4b153b43328534c6e022dac7a62b981c146cd3b306ee
This commit is contained in:
parent
61e9856cba
commit
e64ddbe3ba
@ -16,8 +16,6 @@
|
|||||||
ACIPLIST * get_aciplist()
|
ACIPLIST * get_aciplist()
|
||||||
{
|
{
|
||||||
int i=0;
|
int i=0;
|
||||||
printf ("=================================================================\n");
|
|
||||||
printf ("Want add ac ips %d \n",socklist_len);
|
|
||||||
|
|
||||||
ACIPLIST * aciplist = aciplist_create();
|
ACIPLIST * aciplist = aciplist_create();
|
||||||
if(!aciplist)
|
if(!aciplist)
|
||||||
@ -42,7 +40,7 @@ ACIPLIST * get_aciplist()
|
|||||||
sock_copyaddr(&acip->ip,(struct sockaddr*)&sa);
|
sock_copyaddr(&acip->ip,(struct sockaddr*)&sa);
|
||||||
acip->wtp_count=0;
|
acip->wtp_count=0;
|
||||||
|
|
||||||
printf ("Adding IP %s\n",sock_addr2str(&acip->ip));
|
// printf ("Adding IP %s\n",sock_addr2str(&acip->ip));
|
||||||
|
|
||||||
aciplist_add(aciplist,acip);
|
aciplist_add(aciplist,acip);
|
||||||
|
|
||||||
@ -54,7 +52,7 @@ ACIPLIST * get_aciplist()
|
|||||||
|
|
||||||
|
|
||||||
int pr(void *x,void *y){
|
int pr(void *x,void *y){
|
||||||
printf ("Da is was\n");
|
// printf ("Da is was\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -102,7 +100,6 @@ struct ac_info * get_acinfo()
|
|||||||
|
|
||||||
acinfo->aciplist=get_aciplist();
|
acinfo->aciplist=get_aciplist();
|
||||||
|
|
||||||
printf("Fertich");
|
|
||||||
|
|
||||||
aciplist_foreach(acinfo->aciplist,pr,NULL);
|
aciplist_foreach(acinfo->aciplist,pr,NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user