Mercurial > hg > orthanc
comparison OrthancServer/OrthancInitialization.cpp @ 2669:eaf10085ffa1 jobs
no passwords in public content of jobs
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 09 Jun 2018 14:15:32 +0200 |
parents | 8b6b0b6ece6b |
children | 0196d07a900f |
comparison
equal
deleted
inserted
replaced
2668:d26dd081df97 | 2669:eaf10085ffa1 |
---|---|
958 } | 958 } |
959 | 959 |
960 peers.removeMember(symbolicName); | 960 peers.removeMember(symbolicName); |
961 | 961 |
962 Json::Value v; | 962 Json::Value v; |
963 peer.ToJson(v); | 963 peer.ToJson(v, true); |
964 peers[symbolicName] = v; | 964 peers[symbolicName] = v; |
965 } | 965 } |
966 | 966 |
967 | 967 |
968 void Configuration::RemovePeer(const std::string& symbolicName) | 968 void Configuration::RemovePeer(const std::string& symbolicName) |