]> git.puffer.fish Git - mirror/frr.git/commit
[zebra] Fix crash in test_zebra
authorPaul Jakma <paul.jakma@sun.com>
Sat, 19 Apr 2008 23:31:57 +0000 (00:31 +0100)
committerPaul Jakma <paul@quagga.net>
Tue, 28 Jul 2009 15:24:19 +0000 (16:24 +0100)
commitcb9e0ceec988a059dd2269ebc54722c01afb7cca
treec558e706ffca27dd4568f729a48b6f8c83a64c9a
parent9afabaf048af74a370dfc71411b6963641f713b2
[zebra] Fix crash in test_zebra

* kernel_null.c: we're pretending to add an address, so
  set IFC_REAL. If this isn't done, calling into the 'got address
  from kernel' half of zebra will implicitly-withdraw the ifc, which
  could cause a crash in test_zebra.c.
zebra/kernel_null.c