projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c5029
)
remove garbage from middle of comment
author
Joey Hess
<joeyh@joeyh.name>
Mon, 7 Jul 2025 17:21:21 +0000
(13:21 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 7 Jul 2025 17:21:21 +0000
(13:21 -0400)
P2P/IO.hs
patch
|
blob
|
history
diff --git
a/P2P/IO.hs
b/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,