From 4de0464482e906fb69f99312493f72021de89cb3 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 8 Jul 2010 09:38:33 +0200 Subject: [PATCH] variable is of type Time, not Timer. --- src/internet-stack/ndisc-cache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internet-stack/ndisc-cache.cc b/src/internet-stack/ndisc-cache.cc index d31730f65..ff9889be9 100644 --- a/src/internet-stack/ndisc-cache.cc +++ b/src/internet-stack/ndisc-cache.cc @@ -157,7 +157,7 @@ NdiscCache::Entry::Entry (NdiscCache* nd) m_retransTimer(Timer::CANCEL_ON_DESTROY), m_probeTimer(Timer::CANCEL_ON_DESTROY), m_delayTimer(Timer::CANCEL_ON_DESTROY), - m_lastReachabilityConfirmation(Timer::CANCEL_ON_DESTROY), + m_lastReachabilityConfirmation(Seconds (0.0)), m_nsRetransmit (0) { NS_LOG_FUNCTION_NOARGS ();