diff options
Diffstat (limited to 'ospfd/ospf_ism.h')
| -rw-r--r-- | ospfd/ospf_ism.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_ism.h b/ospfd/ospf_ism.h index 426dda7733..bbb059c789 100644 --- a/ospfd/ospf_ism.h +++ b/ospfd/ospf_ism.h @@ -69,7 +69,7 @@ /* Macro for OSPF execute event. */ #define OSPF_ISM_EVENT_EXECUTE(I, E) \ - event_execute(master, ospf_ism_event, (I), (E)) + event_execute(master, ospf_ism_event, (I), (E), NULL) /* Prototypes. */ extern void ospf_ism_event(struct event *thread); |
