mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
fix test
This commit is contained in:
parent
0bedad3b65
commit
e161e8efb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue