diff --git a/src/copy/pvCopy.cpp b/src/copy/pvCopy.cpp index 98e525f..c605dd8 100644 --- a/src/copy/pvCopy.cpp +++ b/src/copy/pvCopy.cpp @@ -348,7 +348,7 @@ bool PVCopy::init(epics::pvData::PVStructurePtr const &pvRequest) if(len==string::npos) entireMaster = true; if(len==0) entireMaster = true; PVStructurePtr pvOptions; - if(len==1 && pvRequest->getSubField("_options")) { + if(len==1) { pvOptions = pvRequest->getSubField("_options"); } if(entireMaster) {