Commit 744bfe7d authored by unknown's avatar unknown

fix bug for slave..


BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent b2197260
...@@ -80,3 +80,4 @@ worm@altair.is.lan ...@@ -80,3 +80,4 @@ worm@altair.is.lan
zak@balfor.local zak@balfor.local
zak@linux.local zak@linux.local
zgreant@mysql.com zgreant@mysql.com
vva@genie.(none)
...@@ -688,7 +688,7 @@ bool thr_got_alarm(thr_alarm_t *alrm_ptr) ...@@ -688,7 +688,7 @@ bool thr_got_alarm(thr_alarm_t *alrm_ptr)
void thr_end_alarm(thr_alarm_t *alrm_ptr) void thr_end_alarm(thr_alarm_t *alrm_ptr)
{ {
thr_alarm_t alrm= *alrm_ptr; thr_alarm_t alrm= *alrm_ptr;
if (alrm->crono) if (alarm && alrm->crono)
{ {
KillTimer(NULL, alrm->crono); KillTimer(NULL, alrm->crono);
alrm->crono = 0; alrm->crono = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment