From: Danny Mayer Date: Thu, 30 Aug 2001 04:28:24 +0000 (+0000) Subject: RT #1675 resolv.conf was specified to be in an invalid directory. Location was change... X-Git-Tag: v9.2.0b1~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a35f75245654c66604a74c1c78f927bb1ee2b9;p=thirdparty%2Fbind9.git RT #1675 resolv.conf was specified to be in an invalid directory. Location was changed to be in the same etc directory as all of the other configuration files --- diff --git a/lib/isc/win32/ntpaths.c b/lib/isc/win32/ntpaths.c index 8f4130b92f6..23081fad6cc 100644 --- a/lib/isc/win32/ntpaths.c +++ b/lib/isc/win32/ntpaths.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ntpaths.c,v 1.6 2001/08/09 02:55:39 mayer Exp $ */ +/* $Id: ntpaths.c,v 1.7 2001/08/30 04:28:24 mayer Exp $ */ /* * This module fetches the required path information that is specific @@ -80,7 +80,7 @@ isc_ntpaths_init() { strcat(lwresd_confFile, "\\etc\\lwresd.conf"); strcpy(lwresd_resolvconfFile, namedBase); - strcat(lwresd_resolvconfFile, "\\Drivers\\etc\\resolv.conf"); + strcat(lwresd_resolvconfFile, "\\etc\\resolv.conf"); strcpy(rndc_keyFile, namedBase); strcat(rndc_keyFile, "\\etc\\rndc.key");