commit d35b51ee5fa3cc4866860f5718c4090de61f9922 Author: David Lamparter Date: Sat Mar 7 07:58:00 2015 +0100 release: 0.99.24.1 commit 09037f838a5aee6fa920c977785c48cd7c482814 Author: David Lamparter Date: Tue Mar 3 09:08:27 2015 +0100 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