]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/nssov/network.c
Happy New Year
[openldap] / contrib / slapd-modules / nssov / network.c
index b776987d280a18e4b303f60a74909a2388dd4bda..0c027baf370d286b72aee200380f4fab95e9f02b 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-2018 The OpenLDAP Foundation.
  * Portions Copyright 2008 by Howard Chu, Symas Corp.
  * All rights reserved.
  *
@@ -50,7 +50,7 @@ NSSOV_CBPRIV(network,
 /* write a single network entry to the stream */
 static int write_network(nssov_network_cbp *cbp,Entry *entry)
 {
-       int32_t tmpint32,tmp2int32,tmp3int32;
+       int32_t tmpint32;
        int numaddr,i,numname,dupname;
        struct berval name, *names, *addrs;
        Attribute *a;