From 49df2ea9870b89427c847864ba18599f4bfa467d Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 21 Dec 2000 02:50:43 +0000 Subject: [PATCH] eliminated compiler warning --- bin/tests/adb_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index 98bf4c7ca9..712585b0d4 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb_test.c,v 1.59 2000/11/10 05:34:07 bwelling Exp $ */ +/* $Id: adb_test.c,v 1.60 2000/12/21 02:50:43 gson Exp $ */ #include @@ -41,7 +41,7 @@ typedef struct client client_t; struct client { dns_name_t name; - char *target; + const char *target; ISC_LINK(client_t) link; dns_adbfind_t *find; };