ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute

(cherry picked from commit 9f2ccfbaa0)
This commit is contained in:
Michael Friedrich 2019-01-28 17:29:46 +01:00
parent ab947d7c3b
commit f6a62e71d8
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ void ClusterEvents::AcknowledgementSetHandler(const Checkable::Ptr& checkable,
params->Set("comment", comment);
params->Set("acktype", type);
params->Set("notify", notify);
params->Set("persistent", persistent);
params->Set("expiry", expiry);
Dictionary::Ptr message = new Dictionary();