diff --git a/base/daemon/BaseDaemon.cpp b/base/daemon/BaseDaemon.cpp index 861a872a9f8..71e842876be 100644 --- a/base/daemon/BaseDaemon.cpp +++ b/base/daemon/BaseDaemon.cpp @@ -229,7 +229,7 @@ public: if (sig != SanitizerTrap) { DB::readPODBinary(info, in); - DB::readPODBinary(mcontext, in); + DB::readPODBinary(context, in); } DB::readPODBinary(stack_trace, in);