chiark / gitweb /
core: fix bus serialization of conditions
[elogind.git] / src / core / load-fragment.c
index de612f05cb7ed166d7f1f71e80c2ee9db4eb3f0a..110f7fbb6e23f70e53a342cb8e0a0b246a538833 100644 (file)
@@ -298,6 +298,7 @@ int config_parse_socket_listen(const char *unit,
         }
 
         p->fd = -1;
+        p->socket = s;
 
         if (s->ports) {
                 LIST_FIND_TAIL(port, s->ports, tail);