X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fircd.c;h=1147f525ab17b0b909035ed3a2a216b27fb2ade3;hp=693ac88e0f68109fcbf1bde830e9411040582392;hb=73286bcf466860bb2d095e97b1a16e8a135b51d3;hpb=bae6ea42e84d8783475ef65b6911586f42d0318d diff --git a/ircd/ircd.c b/ircd/ircd.c index 693ac88..1147f52 100644 --- a/ircd/ircd.c +++ b/ircd/ircd.c @@ -112,7 +112,7 @@ time_t CurrentTime; /**< Updated every time we leave select( char *configfile = CPATH; /**< Server configuration file */ int debuglevel = -1; /**< Server debug level */ char *debugmode = ""; /**< Server debug level */ -char *dpath = DPATH; /**< Working directory for daemon */ +static char *dpath = DPATH; /**< Working directory for daemon */ static char *dbg_client; /**< Client specifier for chkconf */ static struct Timer connect_timer; /**< timer structure for try_connections() */