mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-03 05:04:21 +01:00
connectd: don't listen to UNIX sockets before activation.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1186,7 +1186,7 @@ static struct wireaddr_internal *setup_listeners(const tal_t *ctx,
|
||||
false);
|
||||
status_trace("Created socket listener on file %s",
|
||||
addrun.sun_path);
|
||||
io_new_listener(daemon, fd, connection_in, daemon);
|
||||
add_listen_fd(daemon, fd);
|
||||
/* We don't announce socket names */
|
||||
assert(!announce);
|
||||
add_binding(&binding, &wa);
|
||||
|
||||
Reference in New Issue
Block a user