From c2444cebbbaa63b0d15cb47caccccf78208ec44d Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Sat, 13 Jan 2024 13:18:07 +0000 Subject: [PATCH] HPCC-31117 Fix roxie crash listening to a secure socket Signed-off-by: Gavin Halliday --- system/security/securesocket/securesocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/security/securesocket/securesocket.cpp b/system/security/securesocket/securesocket.cpp index 0b2452cf564..b5896a88c3f 100644 --- a/system/security/securesocket/securesocket.cpp +++ b/system/security/securesocket/securesocket.cpp @@ -1285,7 +1285,7 @@ class CSecureSocketContext : implements ISecureSocketContext, implements ISecure Owned m_peers; StringAttr password; CriticalSection cs; - Owned syncedConfig; + Linked syncedConfig; unsigned configVersion = 0; void setSessionIdContext()