summaryrefslogtreecommitdiffstats
path: root/bin/named/lwresd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/named/lwresd.c')
-rw-r--r--bin/named/lwresd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/named/lwresd.c b/bin/named/lwresd.c
index 11198a4..7ee2196 100644
--- a/bin/named/lwresd.c
+++ b/bin/named/lwresd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -368,7 +368,7 @@ ns_lwdmanager_create(isc_mem_t *mctx, const cfg_obj_t *lwres,
dns_fixedname_init(&fname);
name = dns_fixedname_name(&fname);
- isc_buffer_init(&namebuf, searchstr,
+ isc_buffer_constinit(&namebuf, searchstr,
strlen(searchstr));
isc_buffer_add(&namebuf, strlen(searchstr));
result = dns_name_fromtext(name, &namebuf,
OpenPOWER on IntegriCloud