We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 752e4f9 + c47b114 commit 888956aCopy full SHA for 888956a
src/scitokens_internal.cpp
@@ -638,7 +638,7 @@ std::unique_ptr<AsyncStatus> Validator::get_public_keys_from_web_continue(
638
cget_status =
639
status->m_cget->perform_start(status->m_oauth_metadata_url);
640
if (!cget_status.m_done) {
641
- return status;
+ return std::move(status);
642
}
643
return get_public_keys_from_web_continue(std::move(status));
644
0 commit comments