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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/RequestManager.cpp b/src/Common/RequestManager.cpp
index 82fc1af..c9761d2 100644
--- a/src/Common/RequestManager.cpp
+++ b/src/Common/RequestManager.cpp
@@ -84,7 +84,7 @@ bool RequestManager::sendRequest(Net::Connection *connection, Request::Request *
RequestMap *requestMap = it->second;
- unsigned short id;
+ uint16_t id;
do {
id = getRequestId();
} while(requestMap->findRequest(id));