From c4c91c7cbc6c413e59f05be88e6bd1c6bc83679d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 10 Sep 2008 21:46:33 +0200 Subject: Server-Status-Abfrage zeigt jetzt uptime an --- src/Common/RequestManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/RequestManager.cpp') 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)); -- cgit v1.2.3