mirror of
https://github.com/anope/anope.git
synced 2026-07-04 18:33:12 +02:00
Fixed non-debug build
This commit is contained in:
@@ -93,7 +93,7 @@ class MyXMLRPCEvent : public XMLRPCEvent
|
||||
if (created && u)
|
||||
{
|
||||
User *useru = u;
|
||||
XMLRPCUser *myu = debug_cast<XMLRPCUser *>(useru);
|
||||
XMLRPCUser *myu = anope_dynamic_static_cast<XMLRPCUser *>(useru);
|
||||
if (!myu->GetOut().empty())
|
||||
request->reply("return", iface->Sanitize(myu->GetOut()));
|
||||
delete u;
|
||||
|
||||
Reference in New Issue
Block a user