Skip to content

Commit 6fc2552

Browse files
authored
Merge pull request ceph#57876 from Suyashd999/rgw-false-positives
rgw: rgw_auth.cc: disable false use-after-move clang-tidy warning Reviewed-By: Ronen Friedman <[email protected]>, Yuval Lifshitz <[email protected]>
2 parents 9c7de69 + cf448e8 commit 6fc2552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rgw/rgw_auth.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ rgw::auth::Strategy::authenticate(const DoutPrefixProvider* dpp, const req_state
490490
}
491491
}
492492

493-
return strategy_result;
493+
return strategy_result; //NOLINT(bugprone-use-after-move)
494494
}
495495

496496
int

0 commit comments

Comments
 (0)