[bgpd] small fix for crash if 'listenon' argument is not given

2007-11-13 Paul Jakma <paul.jakma@sun.com>

	* bgp_main.c: Small fix, format string parameters should never
	  be NULL - it's not strictly valid and some libc's don't let
	  you away with.
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 0fdd36a..c1f12d6 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-13 Paul Jakma <paul.jakma@sun.com>
+
+	* bgp_main.c: Small fix, format string parameters should never
+	  be NULL - it's not strictly valid and some libc's don't let
+	  you away with.
+
 2007-10-30 Nick Hilliard <nick@inex.ie>
 
 	* bgp_main.c: Add 'listenon' argument, to pass address to bind