]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ndb/delete.cpp
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / servers / slapd / back-ndb / delete.cpp
index 599f20ca12256f79d7003c15886f3f133f2c33b9..2fa69b96c0af232d8b3908158156b72432afd308 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2008 The OpenLDAP Foundation.
+ * Copyright 2008-2012 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -58,7 +58,7 @@ ndb_back_delete( Operation *op, SlapReply *rs )
        /* allocate CSN */
        if ( BER_BVISNULL( &op->o_csn ) ) {
                struct berval csn;
-               char csnbuf[LDAP_LUTIL_CSNSTR_BUFSIZE];
+               char csnbuf[LDAP_PVT_CSNSTR_BUFSIZE];
 
                csn.bv_val = csnbuf;
                csn.bv_len = sizeof(csnbuf);