remove garbage from middle of comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 7 Jul 2025 17:21:21 +0000 (13:21 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 7 Jul 2025 17:21:21 +0000 (13:21 -0400)
P2P/IO.hs

index 611f6982cf54bf28e6f3fc43825111fb4e882cfc..31401bffe96f8a2785fe9291c89a7725cabfd410 100644 (file)
--- a/P2P/IO.hs
+++ b/P2P/IO.hs
@@ -168,7 +168,6 @@ serveUnixSocket unixsocket serveconn = do
        S.bind soc (S.SockAddrUnix (fromOsPath unixsocket))
        -- Allow everyone to read and write to the socket,
        -- so a daemon like tor, that is probably running as a different
-       -- de sock $ addModes
        -- user, can access it.
        -- 
         -- Connections have to authenticate to do anything,