]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slapcommon.c
ITS#5972 Added newCookie sync info messages.
[openldap] / servers / slapd / slapcommon.c
index fad2bb9a960e7be359a1de93af9108e0c6e93bc5..12856633cd015e578e07abb51e80792679107d67 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2008 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * Portions Copyright 1998-2003 Kurt D. Zeilenga.
  * Portions Copyright 2003 IBM Corporation.
  * All rights reserved.
@@ -564,7 +564,7 @@ slap_tool_init(
        }
 
        if ( use_glue ) {
-               rc = glue_sub_attach();
+               rc = glue_sub_attach( 0 );
 
                if ( rc != 0 ) {
                        fprintf( stderr,