mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix prev commit
This commit is contained in:
parent
f41343aa21
commit
36571123ca
@ -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 New Issue
Block a user