# HG changeset patch # User Alain Mazy # Date 1633017127 -7200 # Node ID 22d5b611dea7a04cfbd864a24fcf335442896a75 # Parent 034346bca698de1ebed515bbd32da3bb18f03d49 fix init var diff -r 034346bca698 -r 22d5b611dea7 OrthancFramework/Sources/DicomNetworking/DicomServer.cpp --- a/OrthancFramework/Sources/DicomNetworking/DicomServer.cpp Thu Sep 30 15:34:14 2021 +0200 +++ b/OrthancFramework/Sources/DicomNetworking/DicomServer.cpp Thu Sep 30 17:52:07 2021 +0200 @@ -93,6 +93,7 @@ port_(104), continue_(false), associationTimeout_(30), + threadsCount_(4), modalities_(NULL), findRequestHandlerFactory_(NULL), moveRequestHandlerFactory_(NULL),