summaryrefslogtreecommitdiffstats
path: root/src/Common/RequestManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/RequestManager.cpp')
-rw-r--r--src/Common/RequestManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/RequestManager.cpp b/src/Common/RequestManager.cpp
index 23f620f..75f07cf 100644
--- a/src/Common/RequestManager.cpp
+++ b/src/Common/RequestManager.cpp
@@ -78,6 +78,7 @@ void RequestManager::receiveHandler(Connection *connection, const XmlPacket &pac
if(request) {
request->handlePacket(packet);
+
return;
}