From a902ac81d9683344a62e7847b74d0a9c1470b00c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 21 Dec 2005 03:36:52 +0000 Subject: [PATCH] syncprov message id issue fix from HEAD --- CHANGES | 1 + servers/slapd/slap.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4b8fdacc04..6602154155 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,7 @@ OpenLDAP 2.3.14 Engineering Fixed slapd-ldap anonymous identity assertion (ITS#4272) Fixed slapo-rwm static DN free bug (ITS#4248) Fixed slapo-syncprov unpublished control (ITS#4238) + Fixed slapo-syncprov message id issue Fixed slapo-unique extraneous searches (ITS#4267) Updated slapo-dynlist (ITS#3756,4224) Build environment diff --git a/servers/slapd/slap.h b/servers/slapd/slap.h index 37f1e709eb..9564bdbfa6 100644 --- a/servers/slapd/slap.h +++ b/servers/slapd/slap.h @@ -1647,7 +1647,7 @@ struct syncinfo_s; #define SLAP_SYNC_RID_SIZE 3 #define SLAP_SYNCUUID_SET_SIZE 256 -#define SLAP_SYNC_UPDATE_MSGID 2 +#define SLAP_SYNC_UPDATE_MSGID 1 struct sync_cookie { struct berval ctxcsn; -- 2.39.2