This commit is contained in:
Michael Davidsaver
2017-09-06 14:55:08 -05:00
parent 06dd2a1b90
commit 48bae8189d
+1 -1
View File
@@ -215,7 +215,7 @@ PDBSinglePut::PDBSinglePut(const PDBSingleChannel::shared_pointer &channel,
(dbChannelFldDes(chan)->process_passive &&
precord->scan == 0);
pvd::boolean wait;
pvd::boolean wait = doWait;
try {
getS(pvReq, "record._options.block", wait);
} catch(std::runtime_error& e) {