]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/ldapsync.c
bconfig updates
[openldap] / servers / slapd / ldapsync.c
index e2037811910ce622db318fd55ae87e720fb0cb0c..cc1ed8705468df15f5d7fc9f0cdd8c4ed3095684 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2003-2005 The OpenLDAP Foundation.
+ * Copyright 2003-2006 The OpenLDAP Foundation.
  * Portions Copyright 2003 IBM Corporation.
  * All rights reserved.
  *
@@ -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 );