aboutsummaryrefslogtreecommitdiff
path: root/modules/ident.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-27 13:10:26 +0000
committerGravatar Sadie Powell2026-03-27 13:10:26 +0000
commitcbdcd051c63c4ff98dfb4ff45388e722f8d0a2de (patch)
treef2c61a977edce634fc28b9dead3d8bfa5782211c /modules/ident.cpp
parentMove CUList to be declared inside User. (diff)
Switch the extensible system to using shared pointers.
Diffstat (limited to 'modules/ident.cpp')
-rw-r--r--modules/ident.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/ident.cpp b/modules/ident.cpp
index 97e504e83..da84227c2 100644
--- a/modules/ident.cpp
+++ b/modules/ident.cpp
@@ -342,8 +342,7 @@ public:
try
{
- isock = new IdentRequestSocket(this, user);
- socket.Set(user, isock);
+ socket.SetFwd(user, this, user);
}
catch (const ModuleException& e)
{