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; };