fix CA puts to disabled record

This commit is contained in:
Marty Kraimer
2002-05-17 15:53:56 +00:00
parent 06a0fa1708
commit 2bd00b3e41

View File

@@ -607,6 +607,7 @@ long dbProcess(dbCommon *precord)
if(*ptrace) printf("disabled: %s\n",precord->name);
/*take care of caching and notifyCompletion*/
precord->rpro = FALSE;
precord->putf = FALSE;
if (precord->ppn) dbNotifyCompletion(precord);
/* raise disable alarm */
if (precord->stat==DISABLE_ALARM) goto all_done;