diff options
| author | David Lamparter <equinox@diac24.net> | 2019-05-14 15:29:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-14 15:29:58 +0200 |
| commit | 0396d406311e94918b48dd06a34bf4f15d76415c (patch) | |
| tree | f54b97c9348059c1157c60c773b186c6531b4154 /ospfd/ospf_routemap.c | |
| parent | 98124e2d6af38e345df373f8e0f36c0f2a7d7c6a (diff) | |
| parent | 097b5973d3ff7556c953329c962d0a8a813087ae (diff) | |
Merge pull request #4304 from donaldsharp/route_map_switch
Route map switch
Diffstat (limited to 'ospfd/ospf_routemap.c')
| -rw-r--r-- | ospfd/ospf_routemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_routemap.c b/ospfd/ospf_routemap.c index 30b2a50bb3..ab2d5ae584 100644 --- a/ospfd/ospf_routemap.c +++ b/ospfd/ospf_routemap.c @@ -97,7 +97,7 @@ static void ospf_route_map_update(const char *name) } } -static void ospf_route_map_event(route_map_event_t event, const char *name) +static void ospf_route_map_event(const char *name) { struct ospf *ospf; int type; |
