X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fldapsync.c;h=cc1ed8705468df15f5d7fc9f0cdd8c4ed3095684;hb=21be582df7e13ae2c8d44e1f7f02478eb9ec0762;hp=e2037811910ce622db318fd55ae87e720fb0cb0c;hpb=474dfbc8fd75aed0376695ccc2f8c092a7a1bc6f;p=openldap diff --git a/servers/slapd/ldapsync.c b/servers/slapd/ldapsync.c index e203781191..cc1ed87054 100644 --- a/servers/slapd/ldapsync.c +++ b/servers/slapd/ldapsync.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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 );