/kick mainzelM
This commit is contained in:
parent
3662ea8d88
commit
4d28e2bb33
|
@ -204,7 +204,7 @@
|
|||
"bind-socket: trying to bind incompatible address to socket ~s"
|
||||
name))
|
||||
((and (= family address-family/unix)
|
||||
(> (string-length (socket-address->unix-address name) 107)))
|
||||
(> (string-length (socket-address->unix-address name)) 107))
|
||||
(error "bind-socket: path too long" name))
|
||||
(else
|
||||
(%bind (socket->fdes sock)
|
||||
|
|
Loading…
Reference in New Issue