comparison OrthancFramework/Sources/DicomNetworking/DicomServer.cpp @ 4795:22d5b611dea7

fix init var
author Alain Mazy <am@osimis.io>
date Thu, 30 Sep 2021 17:52:07 +0200
parents fc2ba1ce6538
children 7053502fbf97
comparison
equal deleted inserted replaced
4794:034346bca698 4795:22d5b611dea7
91 checkCalledAet_(true), 91 checkCalledAet_(true),
92 aet_("ANY-SCP"), 92 aet_("ANY-SCP"),
93 port_(104), 93 port_(104),
94 continue_(false), 94 continue_(false),
95 associationTimeout_(30), 95 associationTimeout_(30),
96 threadsCount_(4),
96 modalities_(NULL), 97 modalities_(NULL),
97 findRequestHandlerFactory_(NULL), 98 findRequestHandlerFactory_(NULL),
98 moveRequestHandlerFactory_(NULL), 99 moveRequestHandlerFactory_(NULL),
99 getRequestHandlerFactory_(NULL), 100 getRequestHandlerFactory_(NULL),
100 storeRequestHandlerFactory_(NULL), 101 storeRequestHandlerFactory_(NULL),