| # | Line 433 | Line 433 | count_memory(struct Client *source_p) | |
|---|---|---|
| 433 | { | |
| 434 | ++local_client_count; | |
| 435 | local_client_conf_count += dlink_list_length(&target_p->localClient->confs); | |
| 436 | + | users_invited_count += dlink_list_length(&target_p->localClient->invited); |
| 437 | } | |
| 438 | else | |
| 439 | ++remote_client_count; | |
| # | Line 440 | Line 441 | count_memory(struct Client *source_p) | |
| 441 | if (IsClient(target_p)) | |
| 442 | { | |
| 443 | ++users_counted; | |
| 443 | – | users_invited_count += dlink_list_length(&target_p->invited); |
| 444 | ||
| 445 | if (target_p->away != NULL) | |
| 446 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |