replace integer argument NULL with 0

This commit is contained in:
Hallvard Furuseth 1999-03-03 17:35:33 +00:00
parent c98892cb17
commit 42fdd3766f

View File

@ -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 );