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

Commit f9f04003 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "Rename unique_fd::clear to unique_fd::reset."

parents 75bb94fe 9656be18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,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