diff options
Diffstat (limited to 'cpp/src/IcePack/Server.cpp')
-rw-r--r-- | cpp/src/IcePack/Server.cpp | 2 |
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) { |