[Xorp-cvs] SF.net SVN: xorp:[11628] trunk/xorp/bgp/bgp.hh

bms_fbsd at users.sourceforge.net bms_fbsd at users.sourceforge.net
Sat Nov 28 17:44:40 PST 2009


Revision: 11628
          http://xorp.svn.sourceforge.net/xorp/?rev=11628&view=rev
Author:   bms_fbsd
Date:     2009-11-29 01:44:39 +0000 (Sun, 29 Nov 2009)

Log Message:
-----------
Fix a warning which is only reported when compiling with
the '-pg' compiler option in GCC 4.2.1.

Modified Paths:
--------------
    trunk/xorp/bgp/bgp.hh

Modified: trunk/xorp/bgp/bgp.hh
===================================================================
--- trunk/xorp/bgp/bgp.hh	2009-11-29 01:35:12 UTC (rev 11627)
+++ trunk/xorp/bgp/bgp.hh	2009-11-29 01:44:39 UTC (rev 11628)
@@ -1167,7 +1167,7 @@
 			      bool& multicast_global)
 {
     IPNet<A> prefix;
-    bool unicast, multicast;
+    bool unicast = false, multicast = false;
     uint32_t internal_token, global_token;
     internal_token = global_token = token;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Xorp-cvs mailing list