Skip to content

Commit

Permalink
Merge pull request #18221 from ghalliday/issue31117
Browse files Browse the repository at this point in the history
HPCC-31117 Fix roxie crash listening to a secure socket

Reviewed-by: Mark Kelly [email protected]
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Jan 16, 2024
2 parents bb0877a + c2444ce commit c2d051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/security/securesocket/securesocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ class CSecureSocketContext : implements ISecureSocketContext, implements ISecure
Owned<CStringSet> m_peers;
StringAttr password;
CriticalSection cs;
Owned<const ISyncedPropertyTree> syncedConfig;
Linked<const ISyncedPropertyTree> syncedConfig;
unsigned configVersion = 0;

void setSessionIdContext()
Expand Down

0 comments on commit c2d051a

Please sign in to comment.