Skip to content
Snippets Groups Projects
Commit e161e8ef authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix test

parent 0bedad3b
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment