From c2b3992b7db2a9c2a300f5a0c0281e884e2bf8f8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 17 Dec 1991 14:20:13 +0000 Subject: [PATCH] bug fixes --- src/db/dbScan.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/db/dbScan.c b/src/db/dbScan.c index 52e7f1302..4d59862c2 100644 --- a/src/db/dbScan.c +++ b/src/db/dbScan.c @@ -61,6 +61,11 @@ * .20 11-26-91 jba prevented multiple error messages for ioEventTask * initialized status in add_to_scan_list * .21 12-02-91 jba Added cmd control to io-interrupt processing + * .22 12-12-91 jba Initialized cmd to 1 in delete_from_scan_list + * jba Placed remove scan tasks before initialize all the fast locks + 706 + 707 /* Initialize all the fast locks */ + */ /* @@ -700,6 +705,9 @@ scan_init() { int i; + /* remove scan tasks */ + remove_scan_tasks(EVENT | IO_EVENT | PERIODIC | CALLBACK); + /* Initialize all the fast locks */ for(i=0; i