Fix incorrect type for notification timestamps.

Refs #5467
This commit is contained in:
Gunnar Beutner 2014-04-23 14:41:07 +02:00
parent 737441f201
commit 83fd836c7b
1 changed files with 1 additions and 1 deletions

View File

@ -1320,7 +1320,7 @@ void ClusterListener::MessageHandler(const Endpoint::Ptr& sender, const Dictiona
return;
}
bool nextNotification = params->Get("next_notification");
double nextNotification = params->Get("next_notification");
notification->SetNextNotification(nextNotification, sender->GetName());