1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

codership/wsrep-lib#34 Fixed non-debug compilation error

This commit is contained in:
Teemu Ollakka
2018-12-20 19:33:40 +02:00
parent ba02e7525b
commit 4f88e9aea6

View File

@ -681,7 +681,7 @@ void wsrep::server_state::on_connect(const wsrep::view& view)
} }
void wsrep::server_state::on_primary_view( void wsrep::server_state::on_primary_view(
const wsrep::view& view, const wsrep::view& view WSREP_UNUSED,
wsrep::high_priority_service* high_priority_service) wsrep::high_priority_service* high_priority_service)
{ {
wsrep::unique_lock<wsrep::mutex> lock(mutex_); wsrep::unique_lock<wsrep::mutex> lock(mutex_);