From 8cd966856721437c7e1ec2bd9bc952e12daed43d Mon Sep 17 00:00:00 2001 From: Bob Zieman Date: Thu, 9 Sep 1993 16:42:15 +0000 Subject: [PATCH] added call to initialize new error message structure with errSymBld() ... --- src/db/iocInit.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/db/iocInit.c b/src/db/iocInit.c index 41f0c90a1..2db859f34 100644 --- a/src/db/iocInit.c +++ b/src/db/iocInit.c @@ -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");