X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MONITOR%2FmonitorCheck.cxx;h=2472df932ea9cf3f365080ba83f4ec4d108f1c06;hb=de402dc0f89f0894d927d6af0345be0b3d76f6b6;hp=f31d497761ada26012846288609e2cd3add44ff8;hpb=cae21299748b72d47205915bddeefb3a7cf6a26d;p=u%2Fmrichter%2FAliRoot.git diff --git a/MONITOR/monitorCheck.cxx b/MONITOR/monitorCheck.cxx index f31d497761a..2472df932ea 100644 --- a/MONITOR/monitorCheck.cxx +++ b/MONITOR/monitorCheck.cxx @@ -49,9 +49,10 @@ private: //_____________________________________________________________________________ AliGDCInterruptHandler::AliGDCInterruptHandler() : - TSignalHandler(kSigInterrupt, kFALSE) + TSignalHandler(kSigInterrupt, kFALSE), + fStop(kFALSE) { - fStop = kFALSE; + }