From 48bae8189dbed349ce21f1ba98edf5446cdcf3e9 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 6 Sep 2017 14:55:08 -0500 Subject: [PATCH] oops --- pdbApp/pdbsingle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdbApp/pdbsingle.cpp b/pdbApp/pdbsingle.cpp index 11dddae..28b5053 100644 --- a/pdbApp/pdbsingle.cpp +++ b/pdbApp/pdbsingle.cpp @@ -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) {