diff --git a/src/ca/nciu.cpp b/src/ca/nciu.cpp index 9d45584c2..e59635bb2 100644 --- a/src/ca/nciu.cpp +++ b/src/ca/nciu.cpp @@ -345,8 +345,7 @@ void nciu::write ( if ( type == DBR_STRING ) { nciu::stringVerify ( (char *) pValue, countIn ); } - - this->cacCtx.writeRequest ( guard, *this, type, countIn, pValue ); + this->piiu->writeRequest ( guard, *this, type, countIn, pValue ); } cacChannel::ioStatus nciu::write (