Mercurial > hg > orthanc
changeset 4856:5c1805499dec
fix c-store when no received instance callback
author | Alain Mazy <am@osimis.io> |
---|---|
date | Sat, 18 Dec 2021 14:10:33 +0100 |
parents | ffc03a1d60c3 |
children | 275bc6769d60 |
files | OrthancServer/Plugins/Engine/OrthancPlugins.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Fri Dec 17 13:36:27 2021 +0100 +++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Sat Dec 18 14:10:33 2021 +0100 @@ -2362,7 +2362,7 @@ } } - return STATUS_Success; + return true; } void OrthancPlugins::SignalChangeInternal(OrthancPluginChangeType changeType,