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

Commit ebbfaf3f authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Rename unique_fd::clear to unique_fd::reset." am: f9f04003 am: 44bd6ca0

am: d1a3db64

Change-Id: Ica8691bfa5ff84dabe9e026dfae46e8093cf4fb4
parents ebe91de2 d1a3db64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ int main(int argc, char* const argv[])
                // call returns, to terminate our reads if the other end closes their copy of the
                // file descriptor, but then hangs for some reason. There doesn't seem to be a good
                // way to do this, though.
                remote_end.clear();
                remote_end.reset();

                if (err != 0) {
                    aerr << "Error dumping service info: (" << strerror(err) << ") " << service_name