mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix mutex initialization. new init function only has one argument.
This commit is contained in:
parent
e15e035bbb
commit
72400d11fc
@ -46,8 +46,7 @@ perl_back_init(
|
||||
perl_parse(perl_interpreter, NULL, 3, embedding, (char **)NULL);
|
||||
perl_run(perl_interpreter);
|
||||
|
||||
ldap_pvt_thread_mutex_init( &perl_interpreter_mutex,
|
||||
ldap_pvt_thread_mutexattr_default );
|
||||
ldap_pvt_thread_mutex_init( &perl_interpreter_mutex );
|
||||
}
|
||||
|
||||
be->be_private = (PerlBackend *) ch_malloc( sizeof(PerlBackend) );
|
||||
|
Loading…
Reference in New Issue
Block a user