mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-25 00:02:53 -05:00
Fix prev commit
This commit is contained in:
parent
f41343aa21
commit
36571123ca
1 changed files with 2 additions and 1 deletions
|
|
@ -185,8 +185,9 @@ slap_parse_sync_cookie(
|
|||
slap_syntax_validate_func *validate;
|
||||
struct berval stamp;
|
||||
|
||||
csn_str = next + STRLENOF("csn=");
|
||||
next += STRLENOF("csn=");
|
||||
while ( next < end ) {
|
||||
csn_str = next;
|
||||
/* FIXME use csnValidate when it gets implemented */
|
||||
csn_ptr = strchr( csn_str, '#' );
|
||||
if ( !csn_ptr || csn_ptr > end )
|
||||
|
|
|
|||
Loading…
Reference in a new issue