Parent Directory
|
Revision Log
|
Patch
revision 4342 by michael, Sat Aug 2 16:58:21 2014 UTC | revision 4401 by michael, Tue Aug 5 17:43:39 2014 UTC | |
---|---|---|
# | Line 359 attach_iline(struct Client *client_p, st | Line 359 attach_iline(struct Client *client_p, st |
359 | ||
360 | ip_found = ipcache_find_or_add_address(&client_p->localClient->ip); | ip_found = ipcache_find_or_add_address(&client_p->localClient->ip); |
361 | ip_found->count++; | ip_found->count++; |
362 | SetIpHash(client_p); | AddFlag(client_p, FLAGS_IPHASH); |
363 | ||
364 | count_user_host(client_p->username, client_p->host, | count_user_host(client_p->username, client_p->host, |
365 | &global, &local, &ident); | &global, &local, &ident); |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.30 |