Skip to content
Snippets Groups Projects
Commit a902ac81 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

syncprov message id issue fix from HEAD

parent 3de93d7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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;
......
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