# | Line 361 | Line 361 | rebuild_cidr_list(struct ClassItem *clas | |
---|---|---|
361 | DLINK_FOREACH(ptr, local_client_list.head) | |
362 | { | |
363 | struct Client *client_p = ptr->data; | |
364 | < | struct MaskItem *conf = client_p->localClient->confs.tail->data; |
364 | > | struct MaskItem *conf = client_p->connection->confs.tail->data; |
365 | ||
366 | if (conf && (conf->type == CONF_CLIENT)) | |
367 | if (conf->class == class) | |
368 | < | cidr_limit_reached(1, &client_p->localClient->ip, class); |
368 | > | cidr_limit_reached(1, &client_p->connection->ip, class); |
369 | } | |
370 | } | |
371 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |