From 077833274798ac4b11e888b99ae62ee3fcf369f4 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 25 Sep 2014 22:08:52 -0700 Subject: . --- node/Multicaster.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Multicaster.hpp') diff --git a/node/Multicaster.hpp b/node/Multicaster.hpp index 0785c58b..03f5f52d 100644 --- a/node/Multicaster.hpp +++ b/node/Multicaster.hpp @@ -92,7 +92,7 @@ public: inline void add(const RuntimeEnvironment *RR,uint64_t now,const MulticastGroup &mg,const Address &learnedFrom,const Address &member) { Mutex::Lock _l(_groups_m); - _add(RR,uint64_t now,_groups[mg],learnedFrom,member); + _add(RR,now,_groups[mg],learnedFrom,member); } /** -- cgit v1.2.3