diff options
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index c7a6d3d4..59255350 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -672,6 +672,7 @@ ospf_iface_new(struct ospf_area *oa, struct ifa *addr, struct ospf_iface_patt *i .hook = ospf_iface_add, .data = ifa, }; + lock->target = &global_event_list; olock_acquire(lock); } |