changed wtp_count to index (naming for more general use)
FossilOrigin-Name: cca49e531e801cdeadab8d26e3892db5c9c89c994e2d9cfa6ce91f307e4d07fb
This commit is contained in:
@ -47,9 +47,9 @@ cw_aciplist_t get_aciplist()
|
||||
|
||||
sock_copyaddr(&acip->ip,(struct sockaddr*)&sa);
|
||||
if (acip->ip.ss_family == AF_INET)
|
||||
acip->wtp_count=11;
|
||||
acip->index=11;
|
||||
else
|
||||
acip->wtp_count=3;
|
||||
acip->index=3;
|
||||
|
||||
|
||||
// printf ("Adding IP %s\n",sock_addr2str(&acip->ip));
|
||||
|
Reference in New Issue
Block a user