summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index fb4c8b48e..ca2a27f0d 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1826,7 +1826,7 @@ ConnectClass* userrec::GetClass()
if (this->GetPort() == i->GetPort())
return &(*i);
else
- return NULL;
+ continue;
}
else
return &(*i);