changed wtp_count to index (naming for more general use)

FossilOrigin-Name: cca49e531e801cdeadab8d26e3892db5c9c89c994e2d9cfa6ce91f307e4d07fb
This commit is contained in:
7u83@maiol.ru
2016-11-07 18:37:02 +00:00
parent 5bfc592a68
commit 11bbcab554
6 changed files with 8 additions and 8 deletions

View File

@ -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));