From: Mark Andrews Date: Tue, 10 Sep 2002 05:08:53 +0000 (+0000) Subject: missing const X-Git-Tag: v9.2.3rc1~104^2~330 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=77cdba459afaa0f20fc9cf6b8e38b1f152193431;p=thirdparty%2Fbind9.git missing const --- diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index e8e4f829728..44c92f843a8 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.252 2002/08/28 07:04:48 marka Exp $ */ +/* $Id: dighost.c,v 1.253 2002/09/10 05:08:53 marka Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -415,7 +415,7 @@ set_nameserver(char *opt) { } static isc_result_t -add_nameserver(lwres_conf_t *confdata, char *addr, int af) { +add_nameserver(lwres_conf_t *confdata, const char *addr, int af) { int i = confdata->nsnext;