mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-04-19 21:02:17 +03:00
Fix compilation for gcc 4.8
This commit is contained in:
parent
324b01e431
commit
e55f01ce1e
@ -119,7 +119,7 @@ namespace wsrep
|
|||||||
*/
|
*/
|
||||||
bool is_final() const
|
bool is_final() const
|
||||||
{
|
{
|
||||||
return (status_ != status::primary && members_.empty() && own_index_ == -1);
|
return (status_ != primary && members_.empty() && own_index_ == -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user