mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-11 20:51:35 +01:00
Fix bug 2 due to code cleanup yesterday...
This commit is contained in:
parent
c342b432d1
commit
3a97bc29da
1 changed files with 1 additions and 1 deletions
|
@ -63,10 +63,10 @@ void wipe_svsnlines(void)
|
|||
|
||||
for (bconf = conf_ban; bconf; bconf = next)
|
||||
{
|
||||
next = bconf->next;
|
||||
if ((bconf->flag.type == CONF_BAN_REALNAME) &&
|
||||
(bconf->flag.type2 == CONF_BAN_TYPE_AKILL))
|
||||
{
|
||||
next = bconf->next;
|
||||
DelListItem(bconf, conf_ban);
|
||||
safefree(bconf->mask);
|
||||
safefree(bconf->reason);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue