]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_main.c
[bgpd] small fix for crash if 'listenon' argument is not given
authorPaul Jakma <paul.jakma@sun.com>
Tue, 13 Nov 2007 09:32:23 +0000 (09:32 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Tue, 13 Nov 2007 09:32:23 +0000 (09:32 +0000)
commit7e992e95e3fb9453efb6018dca9016139a8396f1
tree78ad72764e2334a4a900dd74cc64564ad0a6f5e5
parent6ce80bdb2523ad82cef813f6d8a7e0d4daa8cfae
[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.
bgpd/ChangeLog
bgpd/bgp_main.c