epics-base / pva2pva

PV Access gateway/proxy and EPICS Process Database integration
https://epics-base.github.io/pva2pva/
Other
4 stars 13 forks source link

Syncing softMain.cpp with epics-base #40

Closed simon-ess closed 3 years ago

simon-ess commented 3 years ago

In commit https://github.com/epics-base/epics-base/commit/b890d584bce92d8374ca76d09a68c49f9a8fad05 from EPICS base, an issue was fixed where iocInit would be called twice, producing an unnecessary warning.

This simply syncs the two files to get rid of that warning.

Note that a better fix should be chosen at some point in the future to avoid this issue later on. However, the purpose of this change is simply to get rid of the warning.