]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/ldapsync.c
__should__ fix ITS#4262; please review
[openldap] / servers / slapd / ldapsync.c
index e2037811910ce622db318fd55ae87e720fb0cb0c..f4e80ac873efdbcae87dd429bdb0e3210b4cb187 100644 (file)
@@ -112,7 +112,6 @@ slap_parse_sync_cookie(
                || rid_ptr > &cookie->octet_str.bv_val[ cookie->octet_str.bv_len - STRLENOF( "rid=" ) ] )
        {
                return -1;
-
        }
 
        cookie->rid = strtoul( &rid_ptr[ STRLENOF( "rid=" ) ], &next, 10 );