summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/src/l1ctl_sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/virt_phy/src/l1ctl_sock.c')
-rw-r--r--src/host/virt_phy/src/l1ctl_sock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/virt_phy/src/l1ctl_sock.c b/src/host/virt_phy/src/l1ctl_sock.c
index 5e0ba43f..c28da607 100644
--- a/src/host/virt_phy/src/l1ctl_sock.c
+++ b/src/host/virt_phy/src/l1ctl_sock.c
@@ -163,6 +163,7 @@ struct l1ctl_sock_inst *l1ctl_sock_init(
lsi->ofd.cb = l1ctl_sock_accept_cb;
// no connection -> invalid filedescriptor and not 0 (==std_in)
lsi->connection.fd = -1;
+ lsi->l1ctl_sock_path = path;
osmo_fd_register(&lsi->ofd);