From: Pierangelo Masarati Date: Wed, 11 Jan 2006 08:36:37 +0000 (+0000) Subject: fix typos in previus commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~352 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9ef14afca7dc7e88d8ca830865d3b88ff6d3f4b;p=openldap fix typos in previus commit --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 6c111b6ed7..083811043d 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -2303,10 +2303,10 @@ syncrepl_updateCookie( mod.sml_desc = slap_schema.si_ad_contextCSN; mod.sml_type = mod.sml_desc->ad_cname; mod.sml_values = vals; - vals[0] = syncCookie.ctxcsn; + vals[0] = syncCookie->ctxcsn; BER_BVZERO( &vals[1] ); - slap_queue_csn( op, syncCookie.ctxcsn ); + slap_queue_csn( op, &syncCookie->ctxcsn ); op->o_tag = LDAP_REQ_MODIFY;