]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/add.c
ITS#8573 TLS option test suite
[openldap] / libraries / libldap / add.c
index bba85be474143db516991717b543aea4024cabeb..c3c0541bc8a8472daa4795559c33f40eb72e25ca 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * 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 );