commit | 09037f838a5aee6fa920c977785c48cd7c482814 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Mar 03 09:08:27 2015 +0100 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Mar 04 23:29:54 2015 +0100 |
tree | 3ba6f616a2987dcff076d0b2cb92c0aa9a198876 | |
parent | f191f1e6d64e9f2cefacc91023a2359d037fea79 [diff] |
zebra: don't print uninitialized string (3b02fe8) This crept in as part of the MRIB improvements and I missed the compiler warning between other noise. Unfortunately, printing an uninitialised variable can in fact make zebra crash, so this is not trivial. Fixes: 3b02fe8 ("zebra: add "show ip rpf" to get result of RPF lookup") Signed-off-by: David Lamparter <equinox@opensourcerouting.org>