Support #10723
Remove unnecessary socket bind() call in EventStore
Start date:
10/30/2015
Due date:
% Done:
0%
Estimated time:
Experiment:
-
Co-Assignees:
Description
This extra call was discovered as part of an informal review after we discovered extra such calls in other code.
History
#1 Updated by Kurt Biery over 5 years ago
- Status changed from New to Resolved
Eric removed this call.
#2 Updated by Kurt Biery over 5 years ago
- Target version set to v1_12_13
#3 Updated by John Freeman almost 5 years ago
- Status changed from Resolved to Closed
In artdaq v1_12_12a, this bind() call appears on l. 455 of artdaq/DAQrate/EventStore.cc . In artdaq v1_12_13, the call is gone, so I'd say this issue should be closed due to release v1_12_13 of artdaq.