Commit 84a9ee1a authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

refs #6162, fix bug in minicron

git-svn-id: file:///svn/toku/tokudb@54088 c7de825b-a66e-492c-adef-691d508d4ae1
parent eb18b6ee
......@@ -86,7 +86,7 @@ minicron_do (void *pv)
}
}
else {
else if (p->period_in_ms != 0) {
toku_mutex_unlock(&p->mutex);
int r = p->f(p->arg);
assert(r==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