Mercurial > hg > orthanc
diff Plugins/Engine/OrthancPlugins.cpp @ 2944:f395460af74d
simplifying OrthancConfiguration for modalities/peers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 29 Nov 2018 16:31:20 +0100 |
parents | 4767d36679ed |
children | bfee0b9f3209 |
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp Thu Nov 29 15:16:32 2018 +0100 +++ b/Plugins/Engine/OrthancPlugins.cpp Thu Nov 29 16:31:20 2018 +0100 @@ -283,7 +283,7 @@ it = peers.begin(); it != peers.end(); ++it) { WebServiceParameters peer; - if (lock.GetConfiguration().GetOrthancPeer(peer, *it)) + if (lock.GetConfiguration().LookupOrthancPeer(peer, *it)) { names_.push_back(*it); parameters_.push_back(peer);