createRequest clean message before each run

This commit is contained in:
Michael Davidsaver
2017-07-12 15:28:09 +02:00
parent face3de44a
commit b582f0f880

View File

@@ -466,6 +466,7 @@ CreateRequest::shared_pointer CreateRequest::create()
PVStructure::shared_pointer CreateRequest::createRequest(std::string const & request)
{
message.clear();
try {
return ::createRequest(request);
} catch(std::exception& e) {