]> git.sur5r.net Git - openldap/commitdiff
fix test
authorPierangelo Masarati <ando@openldap.org>
Wed, 29 Aug 2007 00:13:56 +0000 (00:13 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 29 Aug 2007 00:13:56 +0000 (00:13 +0000)
servers/slapd/back-bdb/delete.c

index f66baf0d9b04d5f6c9c6444d88c1eebcca9d7c1a..c9fdba93d6ab159c01569aa6686ea4415e306b07 100644 (file)
@@ -100,7 +100,7 @@ txnReturn:
        ctrls[num_ctrls] = 0;
 
        /* allocate CSN */
-       if ( BER_BVISEMPTY( &op->o_csn )) {
+       if ( BER_BVISNULL( &op->o_csn ) ) {
                struct berval csn;
                char csnbuf[LDAP_LUTIL_CSNSTR_BUFSIZE];