From 4bfad5aedb45d386a4449f70cf079357c297642c Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Jan 2005 08:28:23 +0100 Subject: [PATCH] bug#8051 - ndb, typo, more info on crash ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: typo --- ndb/src/kernel/blocks/dbdih/DbdihMain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp index d6315ab259e..dba1efbba9a 100644 --- a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp +++ b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp @@ -4494,8 +4494,8 @@ void Dbdih::handleTakeOverNewMaster(Signal* signal, Uint32 takeOverPtrI) SystemError * const sysErr = (SystemError*)&signal->theData[0]; sysErr->errorCode = SystemError::CopyFragRefError; sysErr->errorRef = reference(); - signal->data1= 0; - signal->data2= __LINE__; + sysErr->data1= 0; + sysErr->data2= __LINE__; sendSignal(cntrRef, GSN_SYSTEM_ERROR, signal, SystemError::SignalLength, JBB); }