If dbPutNotify called dbProcess and dbProcess returned an error the notify completion callback was called twice.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user