/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"
|
"bind-socket: trying to bind incompatible address to socket ~s"
|
||||||
name))
|
name))
|
||||||
((and (= family address-family/unix)
|
((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))
|
(error "bind-socket: path too long" name))
|
||||||
(else
|
(else
|
||||||
(%bind (socket->fdes sock)
|
(%bind (socket->fdes sock)
|
||||||
|
|
Loading…
Reference in New Issue