Mercurial > hg > orthanc-wsi
changeset 249:8377dcef9a4b
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 11 Dec 2021 11:34:03 +0100 |
parents | 07e849ede9af |
children | e1bbf1031bc7 01eb42ad1947 |
files | Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp Tue Dec 07 20:19:19 2021 +0100 +++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp Sat Dec 11 11:34:03 2021 +0100 @@ -2596,8 +2596,8 @@ void HttpClient::ClearCredentials() { - username_.empty(); - password_.empty(); + username_.clear(); + password_.clear(); }