summaryrefslogtreecommitdiff
path: root/proto/bfd/bfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bfd/bfd.c')
-rw-r--r--proto/bfd/bfd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bfd/bfd.c b/proto/bfd/bfd.c
index c9b12aa1..b04d7030 100644
--- a/proto/bfd/bfd.c
+++ b/proto/bfd/bfd.c
@@ -1025,6 +1025,7 @@ bfd_notify_init(struct bfd_proto *p)
sk->fd = pfds[1];
sk->data = p;
sk->flags = SKF_THREAD;
+ sk->loop = p->p.loop;
if (sk_open(sk) < 0)
die("bfd: sk_open failed");
p->notify_ws = sk;