From 08246988b6151f949145b851acda799816cb8586 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 21 Aug 2008 11:06:23 +0000 Subject: Use ForkToHandleRequests in ServerStream template call to avoid compiler errors. --- lib/server/ServerTLS.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/server/ServerTLS.h b/lib/server/ServerTLS.h index 1bfcb547..a74a671e 100644 --- a/lib/server/ServerTLS.h +++ b/lib/server/ServerTLS.h @@ -55,7 +55,8 @@ public: mContext.Initialise(true /* as server */, certFile.c_str(), keyFile.c_str(), caFile.c_str()); // Then do normal stream server stuff - ServerStream::Run2(rChildExit); + ServerStream::Run2(rChildExit); } virtual void HandleConnection(SocketStreamTLS &rStream) -- cgit v1.2.3