X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fadd.c;h=c3c0541bc8a8472daa4795559c33f40eb72e25ca;hb=eb087e0861f207858a4e08c72836a86f26d9701c;hp=bba85be474143db516991717b543aea4024cabeb;hpb=e8c7a365b99d91127240ab350423655b0d99c8ae;p=openldap diff --git a/libraries/libldap/add.c b/libraries/libldap/add.c index bba85be474..c3c0541bc8 100644 --- a/libraries/libldap/add.c +++ b/libraries/libldap/add.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2017 The OpenLDAP Foundation. + * Copyright 1998-2018 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -207,7 +207,7 @@ ldap_add_ext( int *msgidp ) { BerElement *ber; - int i, rc; + int rc; ber_int_t id; Debug( LDAP_DEBUG_TRACE, "ldap_add_ext\n", 0, 0, 0 );