From fb848822dbed987c9c62bde99111f334166da24e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 20 May 2009 21:28:36 +1200 Subject: [PATCH] Author: vollkommen Remove ssl_error_t CBDataList template instance clashes with template instantiation for other ACLs. --- src/acl/SslErrorData.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/acl/SslErrorData.cc b/src/acl/SslErrorData.cc index eaf001276a..3de564c1c8 100644 --- a/src/acl/SslErrorData.cc +++ b/src/acl/SslErrorData.cc @@ -29,7 +29,8 @@ ACLSslErrorData::match(ssl_error_t toFind) /* explicit instantiation required for some systems */ /** \cond AUTODOCS-IGNORE */ -template cbdata_type CbDataList::CBDATA_CbDataList; +// AYJ: 2009-05-20 : Removing. clashes with template instantiation for other ACLs. +// template cbdata_type CbDataList::CBDATA_CbDataList; /** \endcond */ wordlist * -- 2.47.2