Skip to content

Commit e78d222

Browse files
authored
FOGL-8613 Pick up any service of type Dispatcher (#87)
Signed-off-by: Mark Riddoch <[email protected]>
1 parent a88c9d2 commit e78d222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C/services/notification/notification_service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ bool NotificationService::sendToDispatcher(const string& path, const string& pay
684684
return false;
685685
}
686686

687-
ServiceRecord service("dispatcher");
687+
ServiceRecord service("", "Dispatcher");
688688
if (!m_mgtClient->getService(service))
689689
{
690690
Logger::getLogger()->error("Unable to find dispatcher service 'Dispatcher'");

0 commit comments

Comments
 (0)