Skip to content
Snippets Groups Projects

Marking newly added IPCs as senders so the MEDM screen does not get error stats lines printed

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:erroneous-ipc-medm into branch-4.2
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -655,6 +655,7 @@ $ipcxRcvrCnt = 0;
$::ipcxParts[$ipcxAdd[$jj][0]][3] = $::targetHost;
$::ipcxParts[$ipcxAdd[$jj][0]][4] = $ipcxMaxNum[$ipcxTypeIndex];
$::ipcxParts[$ipcxAdd[$jj][0]][5] = $::skeleton;
$::ipcxParts[$ipcxAdd[$jj][0]][9] = 1; #Because we are adding this, it must be a sender IPC
$ipcxNew++;
}
Loading