# | Line 479 | Line 479 | find_or_add_ip(struct irc_ssaddr *ip_in) | |
---|---|---|
479 | garbage_collect_ip_entries(); | |
480 | ||
481 | newptr = mp_pool_get(ip_entry_pool); | |
482 | < | memset(newptr, 0, sizeof(*newptr)); |
482 | > | |
483 | ip_entries_count++; | |
484 | memcpy(&newptr->ip, ip_in, sizeof(struct irc_ssaddr)); | |
485 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |