diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 51b9ae3a3..a81214f3d 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -912,7 +912,7 @@ void handle_quit(char **parameters, int pcnt, userrec *user) /* push the socket on a stack of sockets due to be closed at the next opportunity */ if (user->fd > -1) { - SE->DelFd(user->fd); + ServerInstance->SE->DelFd(user->fd); if (find(local_users.begin(),local_users.end(),user) != local_users.end()) { log(DEBUG,"Delete local user"); |