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.
1 parent 752e4f9 commit c47b114Copy full SHA for c47b114
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