| Index: util/win/exception_handler_server.cc
|
| diff --git a/util/win/exception_handler_server.cc b/util/win/exception_handler_server.cc
|
| index e122cdbc83fad976f552e096b866322359432201..05087f1e604ced7aa58e965fb44dc600969e5350 100644
|
| --- a/util/win/exception_handler_server.cc
|
| +++ b/util/win/exception_handler_server.cc
|
| @@ -446,7 +446,7 @@ bool ExceptionHandlerServer::ServiceClientConnection(
|
| << message.shutdown.token;
|
| return false;
|
| }
|
| - ServerToClientMessage shutdown_response = {0};
|
| + ServerToClientMessage shutdown_response = {};
|
| LoggingWriteFile(service_context.pipe(),
|
| &shutdown_response,
|
| sizeof(shutdown_response));
|
|
|