dbAllocForm failed for macro links

This commit is contained in:
Marty Kraimer
1997-02-05 21:36:38 +00:00
parent d762ed7af6
commit 199fdff643

View File

@@ -2472,6 +2472,8 @@ int dbAllocForm(DBENTRY *psave)
epicsPrintf("dbAllocForm called but not DBF_DEVICE or DBF_xxxLINK\n");
goto done;
}
plink = (DBLINK *)(pdbentry->pfield);
if(plink->type==MACRO_LINK) goto done;
if(strcmp(pflddes->name,"INP")==0 || strcmp(pflddes->name,"OUT")==0){
status = setLinkType(pdbentry);
if(status) {