]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add missing qobj_init() call
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 15 Dec 2016 23:01:20 +0000 (00:01 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 19:42:01 +0000 (20:42 +0100)
commit46715ff034d41b8432cc05a6a1caa61d3f5551b1
tree417d671146937ec158582c38653d2dd4205cfac1
parent7ef290efa335d238e26a06b8946f3f8291e95b3f
tests: add missing qobj_init() call

This was SEGV'ing the test in bgp_master_init() since QOBJ_REG was used
without qobj_init() being called first.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/aspath_test.c