epicsErrlogTest: osiSockAttach()

This commit is contained in:
Michael Davidsaver
2022-10-27 10:52:09 -04:00
parent cbd86ada20
commit bc9415bb10

View File

@@ -410,7 +410,9 @@ MAIN(epicsErrlogTest)
testOk(1 == errlogRemoveListeners(&logClient, &pvt),
"Removed 1 listener");
osiSockAttach();
testLogPrefix();
osiSockRelease();
return testDone();
}