MXS-1209: var name fix

var name fix
This commit is contained in:
MassimilianoPinto
2017-05-07 12:19:31 +02:00
parent ab89685075
commit 63caab2ece
2 changed files with 8 additions and 11 deletions

View File

@ -3087,11 +3087,7 @@ static bool blr_handle_fake_rotate(ROUTER_INSTANCE *router,
spinlock_release(&router->binlog_lock);
if (!blr_rotate_event(router, ptr, hdr))
{
return false;
}
return true;
return blr_rotate_event(router, ptr, hdr);
}
/**