commit | ecd6ad0df73d586b7e647dd7022749fa0c813fa4 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Mon May 30 17:15:56 2022 +0800 |
committer | Yi Kong <yikong@google.com> | Mon May 30 09:18:31 2022 +0000 |
tree | 3af95b94d73bead259301ccad4244db2c5e3d58f | |
parent | ab2d6cdc8fcab494f06effc7a9eb1855313bcf3b [diff] |
Fix incorrect use of TEMP_FAILURE_RETRY The return code check should be after TEMP_FAILURE_RETRY. Discovered by the tautological-constant-compare warning. Test: presubmit Bug: 72331526 Change-Id: I531a9e0498ce9448facc692ddedc14434e7ab507