Skip to content
Snippets Groups Projects
Commit 0ebe1307 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

Fixed a bug when the test point counter was not reset

and forced daqd to contact multiple tpmans needelesly to clear test
points.


git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3340 6dcd42c9-f523-4c6d-aada-af552506706e
parent 0f23c902
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,7 @@ gds_c::clear_tps (long_channel_t *ac[], int nptr)
int rtn = 0;
for (int s = 0; s < max_gds_servers; s++) {
ntps = 0;
/* Clear all 4k IFO test points */
for (int i = 0; i < nptr; i++) {
if (ac[i]->tp_node == s)
......
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