mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
replace integer argument NULL with 0
This commit is contained in:
parent
c98892cb17
commit
42fdd3766f
@ -55,7 +55,7 @@ start_replica_thread(
|
||||
)
|
||||
{
|
||||
/* POSIX_THREADS or compatible */
|
||||
if ( ldap_pvt_thread_create( &(ri->ri_tid), NULL, replicate,
|
||||
if ( ldap_pvt_thread_create( &(ri->ri_tid), 0, replicate,
|
||||
(void *) ri ) != 0 ) {
|
||||
Debug( LDAP_DEBUG_ANY, "replica \"%s:%d\" ldap_pvt_thread_create failed\n",
|
||||
ri->ri_hostname, ri->ri_port, 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user