Fix another SILENCE crash.
[ircu2.10.12-pk.git] / ChangeLog
index be50080c7ec1d91bc86df46a67d913826ecb588e..16c7c2188a866c574c7614a100c770e38b818a02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * ircd/IPcheck.c (ip_registry_find): Use canonical form of IP
        address to look up and compare against hash entries.
 
+       * ircd/channel.c (apply_ban): Do not free a succesful BAN_DEL ban.
+
        * ircd/ircd_parser.y (clientblock): Stash IP string in aconf->name.
        (clienthost): Split hosts that contain '@' into username and host.
        (clientip): Split IPs that contain '@' into username and IP.