commit | efbbcaf1aea686d118019514dcde92b13c92b0fc | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@jakma.org> | Thu Jan 14 16:19:40 2010 +0300 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Thu Jan 14 16:19:40 2010 +0300 |
tree | 97965a22204c265ac061f40ea9e461e88c3cd2ea | |
parent | 0917f7e7c5920b70295c44bd8aad537bc3ee8581 [diff] |
ospfd: remove unneeded memset from a very hot function * ospf_lsdb.c: (lsdb_prefix_set) memset is unneeded, as all fields are initialised explicitly, and this function can be in the top-3 of a profile when there are a lot of LSAs.