We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ac2cf commit bc6546eCopy full SHA for bc6546e
client/castApp/src/castinit.c
@@ -202,6 +202,7 @@ static void addReccasterEnvVarsCallFunc(const iocshArgBuf *args)
202
203
static void reccasterRegistrar(void)
204
{
205
+ osiSockAttach();
206
initHookRegister(&casthook);
207
casterInit(&thecaster);
208
thepriv.lock = epicsMutexMustCreate();
client/castApp/src/testAddEnvVars.c
@@ -159,7 +159,9 @@ static void testAddEnvVarsBadInput(void)
159
MAIN(testAddEnvVars)
160
161
testPlan(48);
162
163
testAddEnvVarsX();
164
testAddEnvVarsBadInput();
165
+ osiSockRelease();
166
return testDone();
167
}
0 commit comments