mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 09:41:04 +00:00
parent
e069c621bd
commit
cf198fdf2a
@ -330,8 +330,8 @@ int git_libgit2_init(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
pthread_once(&_once_init, init_once);
|
||||
ret = git_atomic_inc(&git__n_inits);
|
||||
pthread_once(&_once_init, init_once);
|
||||
|
||||
return init_error ? init_error : ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user