diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 83644c07c9..4e435f4cf6 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.c,v 1.71 2001/07/26 03:15:11 mayer Exp $ */ +/* $Id: rndc.c,v 1.72 2001/07/26 20:06:20 gson Exp $ */ /* * Principal Author: DCL @@ -369,7 +369,7 @@ main(int argc, char **argv) { int ch; int i; - admin_conffile = RNDC_SYSCONFPATH; + admin_conffile = RNDC_CONFFILE; isc_app_start(); diff --git a/lib/isc/win32/include/isc/ntpaths.h b/lib/isc/win32/include/isc/ntpaths.h index 55915f6fb0..7211cb9e23 100644 --- a/lib/isc/win32/include/isc/ntpaths.h +++ b/lib/isc/win32/include/isc/ntpaths.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ntpaths.h,v 1.4 2001/07/26 03:15:14 mayer Exp $ */ +/* $Id: ntpaths.h,v 1.5 2001/07/26 20:06:22 gson Exp $ */ /* * Windows-specific path definitions @@ -43,7 +43,7 @@ enum NtPaths { /* * Define a macro to get the path of the RNDC config file */ -#define RNDC_SYSCONFPATH isc_ntpaths_get(RNDC_CONF_PATH) +#define RNDC_CONFFILE isc_ntpaths_get(RNDC_CONF_PATH) /* * Information about where these are on disk