From 0a89dc0d5d26cb1d73457f87954f3c2f4c17a524 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jul 2025 13:21:21 -0400 Subject: [PATCH] remove garbage from middle of comment --- P2P/IO.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/P2P/IO.hs b/P2P/IO.hs index 611f6982cf..31401bffe9 100644 --- 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,