From f26ba7daa61ab7fe462707119f1b44ea27aee3d0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 15 Oct 2001 21:19:59 +0000 Subject: [PATCH] destroy all IO function included now in uninstallChannel() --- src/ca/nciu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ca/nciu.cpp b/src/ca/nciu.cpp index e46d83495..9f70499c4 100644 --- a/src/ca/nciu.cpp +++ b/src/ca/nciu.cpp @@ -68,7 +68,6 @@ nciu::nciu ( cac & cacIn, netiiu & iiuIn, cacChannelNotify & chanIn, nciu::~nciu () { // care is taken so that a lock is not applied during this phase - this->cacCtx.destroyAllIO ( *this ); this->cacCtx.uninstallChannel ( *this ); if ( ! this->f_connectTimeOutSeen && ! this->f_previousConn ) {