From 0539cb712b4d10eeb42e6c0aaa66e4c095964b19 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 2 May 1994 10:53:45 +0000 Subject: [PATCH] Removed call to recGblRecordError from dbPutLink --- src/db/dbAccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbAccess.c b/src/db/dbAccess.c index c5c6bb369..329610cf9 100644 --- a/src/db/dbAccess.c +++ b/src/db/dbAccess.c @@ -46,6 +46,7 @@ * .15 07-15-93 mrk Changes for new dbStaticLib * .16 02-02-94 mrk added dbPutNotify and caching * .17 02-02-94 mrk added init code for tsel + * .18 04-26-94 mrk Removed call to recGblRecordError from dbPutLink */ /* This is a major revision of the original implementation of database access.*/ @@ -425,7 +426,6 @@ long dbPutLink( /* otherwise ask for the record to be processed*/ else status=dbScanPassive(psource,pdest); } - if(status) recGblRecordError(status,(void *)psource,"dbPutLink"); return(status); }