From bc9415bb10cfc0a2a02972afb7e5ba59ea7f6121 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 27 Oct 2022 10:52:09 -0400 Subject: [PATCH] epicsErrlogTest: osiSockAttach() --- modules/libcom/test/epicsErrlogTest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/libcom/test/epicsErrlogTest.c b/modules/libcom/test/epicsErrlogTest.c index cd26a05b8..16a04a73c 100644 --- a/modules/libcom/test/epicsErrlogTest.c +++ b/modules/libcom/test/epicsErrlogTest.c @@ -410,7 +410,9 @@ MAIN(epicsErrlogTest) testOk(1 == errlogRemoveListeners(&logClient, &pvt), "Removed 1 listener"); + osiSockAttach(); testLogPrefix(); + osiSockRelease(); return testDone(); }