Mercurial > hg > orthanc
changeset 4795:22d5b611dea7
fix init var
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 30 Sep 2021 17:52:07 +0200 |
parents | 034346bca698 |
children | 94616af363ec 588fa6fb32ca |
files | OrthancFramework/Sources/DicomNetworking/DicomServer.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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),