diff options
| author | 2005-12-15 10:55:12 +0000 | |
|---|---|---|
| committer | 2005-12-15 10:55:12 +0000 | |
| commit | a98ba09b10e0c19e183a4ccbe3af1f4553dde84e (patch) | |
| tree | 692349084e3fe81823f3bea10c75732920950cdf /src/cull_list.cpp | |
| parent | Fixed to allow remote users to be put on a cull list (diff) | |
Fixed old code
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2463 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cull_list.cpp')
| -rw-r--r-- | src/cull_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cull_list.cpp b/src/cull_list.cpp index e9e4c4c70..ff763dfd7 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -68,7 +68,7 @@ std::string CullItem::GetReason() CullList::CullList() { list.clear(); - memset(exempt,0,65535); + exempt.clear(); } void CullList::AddItem(userrec* user, std::string reason) |
