Fixed: deafault value passed to reply_buffer constructor
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 21 Feb 2011 12:58:51 +0000 (13:58 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 21 Feb 2011 12:58:51 +0000 (13:58 +0100)
src/ping/boostpinger.cpp

index e4b42cc..62eceb1 100644 (file)
@@ -26,7 +26,7 @@ BoostPinger::BoostPinger(
     timer( io_service ),
     sequence_number( 0 ),
     time_sent( posix_time::microsec_clock::universal_time() ),
-    reply_buffer( 0 ),
+    reply_buffer(),
     num_replies( 0 )
 {
 #if 0