]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 12 Nov 2003 07:05:12 +0000 (07:05 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 12 Nov 2003 07:05:12 +0000 (07:05 +0000)
servers/slapd/syncrepl.c

index 0ca4b6ef351e4d201a5f2a96f86da11a366814f3..ff38a90c6264e477cf6179f6e520c521d1465b98 100644 (file)
@@ -1051,7 +1051,7 @@ syncrepl_entry(
                }
 
                ber_dupbv( &op->o_sync_csn, syncCookie_req->ctxcsn );
-               if ( op->op_sync_csn.bv_val ) {
+               if ( op->o_sync_csn.bv_val ) {
                        subseq_ptr = strstr( op->o_sync_csn.bv_val, "#0000" );
                        subseq_ptr += 4;
                        *subseq_ptr = '1';