summaryrefslogtreecommitdiffstats
path: root/src/Core
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-07-09 01:27:56 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-07-09 01:27:56 +0200
commita0f9826c9f02909bc87e1a1d92eea1dca85f2ebc (patch)
treeca5b4728a755833f58c29ec2ce1306a6fdb4a750 /src/Core
parent1508969d508e41de824d1d1227be708136760cfa (diff)
downloadmad-a0f9826c9f02909bc87e1a1d92eea1dca85f2ebc.tar
mad-a0f9826c9f02909bc87e1a1d92eea1dca85f2ebc.zip
Kern und D?monen/Clients benutzen jetzt unterscheidbare Request IDs; au?erdem ein paar Bugfixes am Request-Code
Diffstat (limited to 'src/Core')
-rw-r--r--src/Core/ConnectionManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/ConnectionManager.cpp b/src/Core/ConnectionManager.cpp
index b9903c9..35850c0 100644
--- a/src/Core/ConnectionManager.cpp
+++ b/src/Core/ConnectionManager.cpp
@@ -50,7 +50,7 @@ void ConnectionManager::refreshPollfds() {
}
}
-ConnectionManager::ConnectionManager(const std::vector<Net::IPAddress> &listenerAddresses) {
+ConnectionManager::ConnectionManager(const std::vector<Net::IPAddress> &listenerAddresses) : requestManager(true) {
if(listenerAddresses.empty()) {
try {
listeners.push_back(new Net::Listener());