Page MenuHomePhorge

D5027.1767101426.diff
No OneTemporary

Size
744 B
Referenced Files
None
Subscribers
None

D5027.1767101426.diff

diff --git a/services/backup/src/Reactors/server/SendLogReactor.cpp b/services/backup/src/Reactors/server/SendLogReactor.cpp
--- a/services/backup/src/Reactors/server/SendLogReactor.cpp
+++ b/services/backup/src/Reactors/server/SendLogReactor.cpp
@@ -160,13 +160,7 @@
void SendLogReactor::terminateCallback() {
const std::lock_guard<std::mutex> lock(this->reactorStateMutex);
- try {
- put_client_terminate_cxx();
- } catch (std::exception &e) {
- throw std::runtime_error(
- e.what()); // todo in base reactors we can just handle std exception
- // instead of keep rethrowing here
- }
+ put_client_terminate_cxx();
if (!this->getStatusHolder()->getStatus().ok()) {
throw std::runtime_error(

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 30, 1:30 PM (8 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5867280
Default Alt Text
D5027.1767101426.diff (744 B)

Event Timeline