diff options
| author | 2026-03-27 13:10:26 +0000 | |
|---|---|---|
| committer | 2026-03-27 13:10:26 +0000 | |
| commit | cbdcd051c63c4ff98dfb4ff45388e722f8d0a2de (patch) | |
| tree | f2c61a977edce634fc28b9dead3d8bfa5782211c /modules/ident.cpp | |
| parent | Move 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.cpp | 3 |
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) { |
