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

Forgot one in last commit.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1868 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
jantje_85
2008-12-27 12:11:33 +00:00
parent f30c8e19d5
commit f88808b431
-3
View File
@@ -2039,10 +2039,7 @@ Entry *entry_add(EList * list, const char *mask)
e = entry_create(hostmask);
if (!e)
{
delete [] hostmask;
return NULL;
}
e->next = list->entries;
e->prev = NULL;