diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index 3d75691..b8a215a 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -2170,7 +2170,7 @@ public: option = pvOptions->getSubField("pipeline"); if (option) { try { - m_pipeline = option->getAs(); + m_pipeline = option->getAs(); }catch(std::runtime_error& e){ SEND_MESSAGE(m_callback, cb, "Invalid pipeline=", warningMessage); }