remove old unused stuff
[ircu2.10.12-pk.git] / ircd / ircd.c
index 693ac88e0f68109fcbf1bde830e9411040582392..1147f525ab17b0b909035ed3a2a216b27fb2ade3 100644 (file)
@@ -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() */