From ad69a0ae55212e568133445a509635301222f2bb Mon Sep 17 00:00:00 2001 From: Bob Dalesio Date: Tue, 11 Feb 1992 18:02:43 +0000 Subject: [PATCH] retry --- src/rsrv/camessage.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/rsrv/camessage.c b/src/rsrv/camessage.c index 629b88304..b725e0f87 100644 --- a/src/rsrv/camessage.c +++ b/src/rsrv/camessage.c @@ -38,7 +38,6 @@ * to avoid deadlock condition between the client * and the server. * .06 joh 110491 lock added for IOC_CLAIM_CIU command - * .07 joh 021192 verify channels to be deleted prior to deletion */ #include @@ -348,26 +347,8 @@ struct client *client; FAST struct event_ext *pevext; FAST int status; struct channel_in_use *pciu = (struct channel_in_use *) mp->m_pciu; - struct channel_in_use *ptmpciu; LIST *peventq = &pciu->eventq; - - /* - * - * Verify the channel - * - */ - ptmpciu = (struct channel_in_use *) & client->addrq.node.next; - while (ptmpciu = (struct channel_in_use *) pciu->node.next){ - if(ptmpciu == pciu){ - break; - } - } - if(!ptmpciu){ - logMsg("CAS: Attempt to delete nonexistent channel ignored\n"); - return; - } - for (pevext = (struct event_ext *) peventq->node.next; pevext; pevext = (struct event_ext *) pevext->node.next) {