1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 21:43:13 +02:00

Fixed crashbug in the banlist processing.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1867 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
jantje_85
2008-12-27 11:53:05 +00:00
parent 33b7492264
commit f30c8e19d5
-2
View File
@@ -2052,8 +2052,6 @@ Entry *entry_add(EList * list, const char *mask)
list->entries = e;
list->count++;
delete [] hostmask;
return e;
}