This phase 2 of operation "return array management paraphernalia where
arrays are". The Chunk and Tabled were updated previously.

N.B. This is a flag day for dependent applications, but since headers
and library come in one package, there should be no disruption.

Signed-Off-By: Pete Zaitcev <[email protected]>

diff --git a/include/cldc.h b/include/cldc.h
index 8bc8295..491ec36 100644
--- a/include/cldc.h
+++ b/include/cldc.h
@@ -117,7 +117,6 @@ struct cldc_session {
 
 /** Information for a single CLD server host */
 struct cldc_host {
-       int             known;
        unsigned int    prio;
        unsigned int    weight;
        char            *host;
diff --git a/lib/cldc-dns.c b/lib/cldc-dns.c
index eae24b0..8f8984b 100644
--- a/lib/cldc-dns.c
+++ b/lib/cldc-dns.c
@@ -263,8 +263,6 @@ do_try_again:
                                          rc, hostb, verbose, act_log))
                                break;
 
-                       hp.known = 1;
-
                        push_host(host_list, &hp);
                        break;
                case ns_t_cname:        /* impossible, but */
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to