diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-09-27 09:20:51 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-27 09:20:51 -0300 |
| commit | f5129394ecdb0e2c30e280b577f815f612ab1fe0 (patch) | |
| tree | 715924ac5a41b2a2313174c46764f8611ec3b0d5 /lib/libfrr.c | |
| parent | 310f64be9333129002beb0b002741655ae38ab8b (diff) | |
| parent | 773829844f76f5605e7dc6490e37a674804e2400 (diff) | |
Merge pull request #1242 from donaldsharp/eigrp_tm
Eigrp tm
Diffstat (limited to 'lib/libfrr.c')
| -rw-r--r-- | lib/libfrr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfrr.c b/lib/libfrr.c index 3e2e008223..d5078f98aa 100644 --- a/lib/libfrr.c +++ b/lib/libfrr.c @@ -886,6 +886,7 @@ void frr_fini(void) zprivs_terminate(di->privs); /* signal_init -> nothing needed */ thread_master_free(master); + master = NULL; closezlog(); /* frrmod_init -> nothing needed / hooks */ |
