From 8a7fe00815b408c64ce2842f61ef9fcb8b049488 Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Fri, 24 Feb 2012 21:41:15 +0200 Subject: [PATCH] ConnStateData::bumpSslErrorNoList define only when SSL is enabled --- src/client_side.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client_side.cc b/src/client_side.cc index e029983043..76ff112f41 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -816,9 +816,9 @@ ConnStateData::~ConnStateData() #if USE_SSL if (bumpErrorEntry) bumpErrorEntry->unlock(); -#endif cbdataReferenceDone(bumpSslErrorNoList); +#endif } /** -- 2.47.2