From 14414ab86f18f8a39691efc4e9bec73962e33a77 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 6 Jan 1999 18:59:20 +0000 Subject: [PATCH] If dbPutNotify called dbProcess and dbProcess returned an error the notify completion callback was called twice. --- src/db/dbNotify.c | 1 - 1 file changed, 1 deletion(-) 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);