Commit 3484af86 authored by unknown's avatar unknown
Browse files

make sure the own node is set as connected...

parent 45b0ea65
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ void Qmgr::initData()

  Uint32 hbDBAPI = 500;
  setHbApiDelay(hbDBAPI);

  c_connectedNodes.clear();
  c_connectedNodes.set(getOwnNodeId());
}//Qmgr::initData()

void Qmgr::initRecords()