diff --git a/src/misc/xmlrpc.cxx b/src/misc/xmlrpc.cxx index d1310284..5fd98c5e 100644 --- a/src/misc/xmlrpc.cxx +++ b/src/misc/xmlrpc.cxx @@ -1614,7 +1614,7 @@ public: } XMLRPC_LOCK; - stopMacroTimer(); + REQ(stopMacroTimer); int s0 = 0;//number_of_samples(""); int s1 = 0; @@ -1671,7 +1671,7 @@ public: } XMLRPC_LOCK; - stopMacroTimer(); + REQ(stopMacroTimer); vector bytes = params.getBytestring(0); bytes.push_back(0);