Really don't use TEMP_FAILURE_RETRY with close in recovery.

I missed one last time.

Bug: http://b/20501816
Change-Id: I9896ee2704237d61ee169f898680761e946e0a56
This commit is contained in:
Elliott Hughes
2015-05-28 23:06:17 -07:00
parent f272b9e777
commit b3ac676192
+1 -1
View File
@@ -677,7 +677,7 @@ static int LoadStash(const char* base, const char* id, int verify, int* blocks,
lsout:
if (fd != -1) {
TEMP_FAILURE_RETRY(close(fd));
close(fd);
}
if (fn) {