]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/nssov/host.c
ITS#8605 - spelling fixes
[openldap] / contrib / slapd-modules / nssov / host.c
index 7b2be5d8e043919b16a8dc0d3948ab025c142281..d25dedca4415785b68ab5419f143da4695b2d454 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>. 
  *
- * Copyright 2008-2014 The OpenLDAP Foundation.
+ * Copyright 2008-2017 The OpenLDAP Foundation.
  * Portions Copyright 2008 by Howard Chu, Symas Corp.
  * All rights reserved.
  *
@@ -50,7 +50,7 @@ NSSOV_CBPRIV(host,
 /* write a single host entry to the stream */
 static int write_host(nssov_host_cbp *cbp,Entry *entry)
 {
-       int32_t tmpint32,tmp2int32,tmp3int32;
+       int32_t tmpint32;
        int numaddr,i,numname,dupname;
        struct berval name,*names,*addrs;
        Attribute *a;