# HG changeset patch # User Sebastien Jodogne # Date 1551701446 -3600 # Node ID df90c2a56acdfadfb4c95b1f8a37d7c31d8591c5 # Parent b770435a93d3bd7cff58fa01e0215edde0f66b3d fix diff -r b770435a93d3 -r df90c2a56acd Plugins/Samples/Common/OrthancPluginCppWrapper.cpp --- a/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Fri Mar 01 16:39:14 2019 +0100 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Mon Mar 04 13:10:46 2019 +0100 @@ -1773,7 +1773,7 @@ uint16_t status; OrthancPluginErrorCode code = OrthancPluginCallPeerApi (GetGlobalContext(), &answer, NULL, &status, peers_, - static_cast(index), OrthancPluginHttpMethod_Put, uri.c_str(), + static_cast(index), OrthancPluginHttpMethod_Delete, uri.c_str(), 0, NULL, NULL, NULL, 0, timeout_); if (code == OrthancPluginErrorCode_Success)