Skip to content
Snippets Groups Projects
Commit b5042be0 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

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

parent e3aa8b33
No related branches found
No related tags found
4 merge requests!439RCG 5.0 release fro deb 10,!395Next dev build,!393RCG: correct dac duotone amplitude,!378Marking newly added IPCs as senders so the MEDM screen does not get error stats lines printed
......@@ -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++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment