diff options
| author | Lou Berger <lberger@labn.net> | 2018-10-01 13:29:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-01 13:29:18 -0400 |
| commit | 024233b6a18767773e1ff11f6a5ec4f84ab90774 (patch) | |
| tree | 04f7543d6d14c745e5481a9171415bc662384acc /ospfd/ospf_main.c | |
| parent | d236e76b3764750101fca2e6c3e5f6e266738686 (diff) | |
| parent | 6243a7b569519e6a07562a6e4d1d95b93834117c (diff) | |
Merge pull request #3097 from opensourcerouting/static-linking
build: add --enable-static-bin option
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 9fb0e0ad13..20632f2840 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -187,7 +187,7 @@ int main(int argc, char **argv) master = om->master; /* Library inits. */ - debug_init(); + ospf_debug_init(); ospf_vrf_init(); access_list_init(); |
