From a87f73de1aba389cb70836534d093edfe30ff7e9 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Tue, 8 Nov 2005 05:51:21 +0000 Subject: http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=534 --- cpp/src/IceSSL/ServerContext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceSSL/ServerContext.cpp') diff --git a/cpp/src/IceSSL/ServerContext.cpp b/cpp/src/IceSSL/ServerContext.cpp index 068348cf9c4..7434450e697 100644 --- a/cpp/src/IceSSL/ServerContext.cpp +++ b/cpp/src/IceSSL/ServerContext.cpp @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include @@ -81,7 +81,7 @@ IceSSL::ServerContext::createTransceiver(int socket, const OpenSSLPluginIPtr& pl } SSL* ssl = createSSLConnection(socket); - return new SslServerTransceiver(plugin, socket, _certificateVerifier, ssl, timeout); + return new SslTransceiver(IceSSL::Server, plugin, socket, _certificateVerifier, ssl, timeout); } // -- cgit v1.2.3