diff --git a/src/cas/generic/casPVI.cc b/src/cas/generic/casPVI.cc index aa756ae4b..67c2331d1 100644 --- a/src/cas/generic/casPVI.cc +++ b/src/cas/generic/casPVI.cc @@ -138,7 +138,7 @@ caStatus casPVI::attachToServer ( caServerI & cas ) // // what a API complexity nightmare this GDD is // -caStatus casPVI::updateEnumStringTable ( casCtx & ctx ) +caStatus casPVI::updateEnumStringTable ( casCtx & ctxIn ) { epicsGuard < epicsMutex > guard ( this->mutex ); @@ -176,7 +176,7 @@ caStatus casPVI::updateEnumStringTable ( casCtx & ctx ) // // read the enum string table // - status = this->read ( ctx, *pTmp ); + status = this->read ( ctxIn, *pTmp ); if ( status == S_casApp_asyncCompletion ) { return status; }