X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fslapd-modules%2Fnssov%2Fhost.c;h=d25dedca4415785b68ab5419f143da4695b2d454;hb=412479e6fe38f0cc46c102b52caa04c177abeae6;hp=7b2be5d8e043919b16a8dc0d3948ab025c142281;hpb=7df548dc043e673dba1bb49c6c8174992f07d91a;p=openldap diff --git a/contrib/slapd-modules/nssov/host.c b/contrib/slapd-modules/nssov/host.c index 7b2be5d8e0..d25dedca44 100644 --- a/contrib/slapd-modules/nssov/host.c +++ b/contrib/slapd-modules/nssov/host.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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;