Fix invalid lock in Service::UpdateSlaveNotifications.

Fixes #5354
This commit is contained in:
Gunnar Beutner 2013-12-17 11:56:29 +01:00
parent 1e60383f23
commit 6bec49bd23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ void Service::UpdateSlaveNotifications(void)
ExpressionList::Ptr exprl;
{
ObjectLock ilock(exprl);
ObjectLock ilock(item);
exprl = item->GetLinkedExpressionList();
}