]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
RT #1675 resolv.conf was specified to be in an invalid directory. Location was change...
authorDanny Mayer <source@isc.org>
Thu, 30 Aug 2001 04:28:24 +0000 (04:28 +0000)
committerDanny Mayer <source@isc.org>
Thu, 30 Aug 2001 04:28:24 +0000 (04:28 +0000)
lib/isc/win32/ntpaths.c

index 8f4130b92f69898e5927125a24506a1948135023..23081fad6ccfd8d36ec2a421ccf8fb89832fd085 100644 (file)
@@ -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");