diff options
author | David Lamparter <equinox@diac24.net> | 2019-07-29 12:26:23 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-08-02 11:29:03 +0200 |
commit | e8a2cc5323a369d9da23336063c3ee4f73fed6a1 (patch) | |
tree | 73a99017c3b35ae37a79cb2ff986cda2f27f52a4 /ospfd/ospf_lsa.c | |
parent | Merge pull request #4713 from ton31337/fix/set_comm-list_delete_into_config_m... (diff) | |
download | frr-e8a2cc5323a369d9da23336063c3ee4f73fed6a1.tar.xz frr-e8a2cc5323a369d9da23336063c3ee4f73fed6a1.zip |
ospfd: remove t_external_lsa
It's unused...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ospfd/ospf_lsa.c')
-rw-r--r-- | ospfd/ospf_lsa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index bf46d2203..dd9d0ca27 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -2031,8 +2031,6 @@ int ospf_external_lsa_originate_timer(struct thread *thread) struct listnode *node; struct ospf_external *ext; - ospf->t_external_lsa = NULL; - ext_list = ospf->external[type]; if (!ext_list) return 0; |