]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/lastmod/lastmod.c
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / contrib / slapd-modules / lastmod / lastmod.c
index ab4d1c97261632378516739fb731d88234a2f534..fe349ef04a3e91a6da024d1e1c4dbeb84ac87c43 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2004-2009 The OpenLDAP Foundation.
+ * Copyright 2004-2013 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -367,7 +367,7 @@ best_guess( Operation *op,
                struct berval *bv_modifiersName, struct berval *bv_nmodifiersName )
 {
        if ( bv_entryCSN ) {
-               char            csnbuf[ LDAP_LUTIL_CSNSTR_BUFSIZE ];
+               char            csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ];
                struct berval   entryCSN;
        
                entryCSN.bv_val = csnbuf;
@@ -836,7 +836,7 @@ lastmod_db_open(
        char            buf[ 8192 ];
        static char             tmbuf[ LDAP_LUTIL_GENTIME_BUFSIZE ];
 
-       char                    csnbuf[ LDAP_LUTIL_CSNSTR_BUFSIZE ];
+       char                    csnbuf[ LDAP_PVT_CSNSTR_BUFSIZE ];
        struct berval           entryCSN;
        struct berval timestamp;