summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/Server.cpp')
-rw-r--r--cpp/src/IcePack/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Server.cpp b/cpp/src/IcePack/Server.cpp
index 9dbc4b479c9..2bec82292cb 100644
--- a/cpp/src/IcePack/Server.cpp
+++ b/cpp/src/IcePack/Server.cpp
@@ -72,7 +72,7 @@ run(int argc, char* argv[], CommunicatorPtr communicator)
}
AdminPtr admin = new AdminI(communicator);
- ObjectLocatorPtr forward = new Forward(admin);
+ ObjectLocatorPtr forward = new Forward(communicator, admin);
if (adminEndpoints.length() != 0)
{