Commit 098f4afa authored by vva@genie.(none)'s avatar vva@genie.(none)

fix bug for slave..

parent c29fa93f
......@@ -80,3 +80,4 @@ worm@altair.is.lan
zak@balfor.local
zak@linux.local
zgreant@mysql.com
vva@genie.(none)
......@@ -688,7 +688,7 @@ bool thr_got_alarm(thr_alarm_t *alrm_ptr)
void thr_end_alarm(thr_alarm_t *alrm_ptr)
{
thr_alarm_t alrm= *alrm_ptr;
if (alrm->crono)
if (alarm && alrm->crono)
{
KillTimer(NULL, alrm->crono);
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