diff --git a/src/db/dbNotify.c b/src/db/dbNotify.c index dd30653b4..e62f44fda 100644 --- a/src/db/dbNotify.c +++ b/src/db/dbNotify.c @@ -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);