commit | deb1561c1824d0a5215c8fcd0084393090a6567e | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Fri May 12 23:07:27 2006 +0000 |
committer | Paul Jakma <paul.jakma@sun.com> | Fri May 12 23:07:27 2006 +0000 |
tree | 5c5cd51abefa9c9bd648d041ace9c6836a2f2980 | |
parent | bfd7c7dc067f5a181a992fa0b8af31cfe5cdc9eb [diff] |
[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.