Changeset 96a2e31 in code for icb.c


Ignore:
Timestamp:
Oct 28, 2014, 1:44:46 AM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
1c6061c
Parents:
e68221b
Message:

Reset is->group pointer in icb_remove so that we won't try to LIST_REMOVE
multiple times (happens when free is delayed by the DNS resolution).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.c

    re68221b r96a2e31  
    430430                            "%s (%s@%s) just left", is->nick, is->client,
    431431                            is->host);
     432                is->group = NULL;
    432433        }
    433434}
Note: See TracChangeset for help on using the changeset viewer.