]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/replica.c
const'ification
[openldap] / servers / slurpd / replica.c
index 8e919b274a887824f97465b44af7a278fa7246f9..50aca4e77ef72525b543b732f56e4f96f3dda049 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenLDAP$ */
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.
@@ -55,7 +56,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 );