mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fix build failure
This commit is contained in:
parent
96daffbbaf
commit
c8073e58c6
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ error:
|
|||
pthread_mutex_lock(&counter_mutex);
|
||||
counter--;
|
||||
pthread_mutex_unlock(&counter_mutex);
|
||||
return error;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue