fix
This commit is contained in:
parent
87b325de71
commit
2ad3420c19
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ server th@(TransportHandle (LocalRepo r) _) = do
|
||||||
|
|
||||||
uid <- getRealUserID
|
uid <- getRealUserID
|
||||||
let ident = fromUUID u
|
let ident = fromUUID u
|
||||||
let sock = socketFile uid ident
|
let sock = hiddenServiceSocketFile uid ident
|
||||||
nukeFile sock
|
nukeFile sock
|
||||||
soc <- socket AF_UNIX Stream defaultProtocol
|
soc <- socket AF_UNIX Stream defaultProtocol
|
||||||
bind soc (SockAddrUnix sock)
|
bind soc (SockAddrUnix sock)
|
||||||
|
|
Loading…
Reference in a new issue