]> git.puffer.fish Git - mirror/frr.git/commit
[ospfd] CID #15, remove redundant NULL check in ism_change_state
authorPaul Jakma <paul.jakma@sun.com>
Fri, 12 May 2006 23:07:27 +0000 (23:07 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Fri, 12 May 2006 23:07:27 +0000 (23:07 +0000)
commitdeb1561c1824d0a5215c8fcd0084393090a6567e
tree5c5cd51abefa9c9bd648d041ace9c6836a2f2980
parentbfd7c7dc067f5a181a992fa0b8af31cfe5cdc9eb
[ospfd] CID #15, remove redundant NULL check in ism_change_state

2006-05-12 Paul Jakma <paul.jakma@sun.com>

* ospf_ism.c: (ism_change_state) NULL check on oi->area is
  useless, it's always valid. Only possibility where it
    couldn't be is if there is a race between abr_task and
  cleaning up oi's, in which case a NULL check here isn't going
  to do anything. Fixes CID #15.
ospfd/ChangeLog
ospfd/ospf_ism.c