remove garbage from middle of comment

This commit is contained in:
Joey Hess 2025-07-07 13:21:21 -04:00
parent 27c50298f3
commit 0a89dc0d5d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

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