diff options
-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) |