Skip to content
Snippets Groups Projects
Commit 52cd14ba authored by Rolf Bork's avatar Rolf Bork
Browse files

Merge branch 'ezca_fix' into 'master'

Fix connection variable suffix in EzCaRead.pm

Closes #141

See merge request cds/advligorts!139
parents 74a4a34b 48a24e0a
No related branches found
No related tags found
1 merge request!139Fix connection variable suffix in EzCaRead.pm
...@@ -69,7 +69,7 @@ sub fromExp { ...@@ -69,7 +69,7 @@ sub fromExp {
if ($fromPort == 0) { if ($fromPort == 0) {
return "pLocalEpics->" . $::systemName . "\." . $temp; return "pLocalEpics->" . $::systemName . "\." . $temp;
} else {; } else {;
$temp .= "_ERR"; $temp .= "_CONN";
return "pLocalEpics->" . $::systemName . "\." . $temp; return "pLocalEpics->" . $::systemName . "\." . $temp;
} }
} }
......
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