]> git.puffer.fish Git - mirror/frr.git/commitdiff
[bgpd] Fix typo in previous commit to bgp_main.c
authorPaul Jakma <paul.jakma@sun.com>
Wed, 21 Nov 2007 21:25:34 +0000 (21:25 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Wed, 21 Nov 2007 21:25:34 +0000 (21:25 +0000)
bgpd/bgp_main.c

index fee7f3774586102a0f4a3abead13942aa547cb9a..e6d34afcc387880e75c5c6eb82e2ed91febfe776 100644 (file)
@@ -322,7 +322,7 @@ main (int argc, char **argv)
   /* Print banner. */
   zlog_notice ("BGPd %s starting: vty@%d, bgp@%s:%d", QUAGGA_VERSION,
               vty_port, 
-              (bm->address ? bm->address : "<all>"
+              (bm->address ? bm->address : "<all>"),
               bm->port);
 
   /* Start finite state machine, here we go! */