Commit 1bbebed5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8e3625f5
......@@ -328,7 +328,7 @@ func (h *Host) Listen(laddr string) (_ net.Listener, err error) {
}
}()
// XXX cannot use full resolvaAddr here - it talks to registry and is blocking
// NOTE cannot use full resolvaAddr here - it talks to registry and is blocking
a, err := h.subnet.parseAddr(laddr)
return nil, err
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment