diff options
Diffstat (limited to 'swift/test/IceSSL/configuration/Server.swift')
-rw-r--r-- | swift/test/IceSSL/configuration/Server.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/test/IceSSL/configuration/Server.swift b/swift/test/IceSSL/configuration/Server.swift index a417f1c2bc5..1fdbf3286e9 100644 --- a/swift/test/IceSSL/configuration/Server.swift +++ b/swift/test/IceSSL/configuration/Server.swift @@ -23,7 +23,7 @@ class Server: TestHelperI { communicator.getProperties().setProperty(key: "TestAdapter.Endpoints", value: getTestEndpoint(num: 0, prot: "tcp")) let adapter = try communicator.createObjectAdapter("TestAdapter") - try adapter.add(servant: ServerFactoryI(defaultDir: path, helper: self), + try adapter.add(servant: SSLServerFactoryDisp(ServerFactoryI(defaultDir: path, helper: self)), id: Ice.stringToIdentity("factory")) try adapter.activate() serverReady() |