If dbPutNotify called dbProcess and dbProcess returned an error the notify completion callback was called twice.

This commit is contained in:
Marty Kraimer
1999-01-06 18:59:20 +00:00
parent 08761bebff
commit 14414ab86f

View File

@@ -206,7 +206,6 @@ static long putNotify(PUTNOTIFY *ppn)
status=dbProcess(precord);
if(status!=0) {
ppn->status = status;
issueCallback(ppn);
}
ret_pending:
return(S_db_Pending);