Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3ac6761 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Really don't use TEMP_FAILURE_RETRY with close in recovery.

I missed one last time.

Bug: http://b/20501816
Change-Id: I9896ee2704237d61ee169f898680761e946e0a56
parent f272b9e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {