forgot an unlock

This commit is contained in:
Marty Kraimer
2004-12-03 16:11:13 +00:00
parent b7c68df55e
commit d0b06e271b

View File

@@ -188,11 +188,13 @@ STATIC void callUser(dbCommon *precord,putNotify *ppn)
if(pputNotifyPvt->cancelWait) {
pputNotifyPvt->cancelWait = 0;
epicsEventSignal(pputNotifyPvt->cancelEvent);
epicsMutexUnlock(pnotifyGlobal->lock);
return;
}
assert(pputNotifyPvt->userCallbackWait);
pputNotifyPvt->userCallbackWait = 0;
epicsEventSignal(pputNotifyPvt->userCallbackEvent);
epicsMutexUnlock(pnotifyGlobal->lock);
return;
}