This commit is contained in:
Pierangelo Masarati 2007-08-29 00:13:56 +00:00
parent 0bedad3b65
commit e161e8efb6

View 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];