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

Commit 616910fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Prevent LocalSocket from creating an fd if fd is already there"

parents 9ec4fec5 7a8c36aa
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ public class LocalSocket implements Closeable {
        this(new LocalSocketImpl(fd), SOCKET_UNKNOWN);
        isBound = true;
        isConnected = true;
        implCreated = true;
    }

    private LocalSocket(LocalSocketImpl impl, int sockType) {