Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / chkconf.c
index 1df62142d5a0a7c74add276e2192c688aee044e2..4414e725274efd10e0c9487025153a2332604710 100644 (file)
@@ -75,7 +75,7 @@ static struct ConfItem *chk_initconf(void);
 static struct ConnectionClass *get_class(int cn, int ism);
 
 static int numclasses = 0, *classarr = (int *)NULL, debugflag = 0;
-static char *chk_configfile = CPATH;
+static char *chk_configfile = "";
 static char nullfield[] = "";
 static char maxsendq[12];
 
@@ -103,7 +103,7 @@ char *rpl_str(int numeric)
 
 int main(int argc, char *argv[])
 {
-  const char *dpath = DPATH;
+  const char *dpath = "./";
   chk_configfile = "ircd.conf";
 
   while (argc > 1)