]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/dnssrv.c
fix non-printable flag detection; improve dn test (passes all but last in http:/...
[openldap] / libraries / libldap / dnssrv.c
index ae963012a5f7c263e7dd634de0d7f44a022ff01c..2ae700d4183f26dd41a8975b7c4b2fd57d07caff 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
@@ -196,7 +196,6 @@ int ldap_domain2hostlist(
 {
 #ifdef HAVE_RES_QUERY
     char *request;
-    char *dn;
     char *hostlist = NULL;
     int rc, len, cur = 0;
     unsigned char reply[1024];