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:
87b325d
)
fix
author
Joey Hess
<joeyh@joeyh.name>
Tue, 29 Nov 2016 19:43:34 +0000
(15:43 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 29 Nov 2016 19:43:34 +0000
(15:43 -0400)
RemoteDaemon/Transport/Tor.hs
patch
|
blob
|
history
diff --git
a/RemoteDaemon/Transport/Tor.hs
b/RemoteDaemon/Transport/Tor.hs
index 6c5471966ed4779d10dab3f525dc8fcfe7694766..ccb84d1e90c4824ec3a0753fb06d56dcb6b25209 100644
(file)
--- a/
RemoteDaemon/Transport/Tor.hs
+++ b/
RemoteDaemon/Transport/Tor.hs
@@
-37,7
+37,7
@@
server th@(TransportHandle (LocalRepo r) _) = do
uid <- getRealUserID
let ident = fromUUID u
- let sock =
s
ocketFile uid ident
+ let sock =
hiddenServiceS
ocketFile uid ident
nukeFile sock
soc <- socket AF_UNIX Stream defaultProtocol
bind soc (SockAddrUnix sock)