added call to initialize new error message structure with errSymBld() ...

This commit is contained in:
Bob Zieman
1993-09-09 16:42:15 +00:00
parent 9ad12d4336
commit 8cd9668567

View File

@@ -138,6 +138,10 @@ int iocInit(char * pResourceFilename)
logMsg("iocInit aborting because No database loaded by dbLoad\n",0,0,0,0,0,0);
return(-1);
}
if((errSymBld())!=0) {
logMsg("iocInit aborting because errSymBld failed to initialize \n",0,0,0,0,0,0);
return(-1);
}
/* if function initHooks exists setup ptr pinitHooks */
strcpy(name,"_");
strcat(name,"initHooks");