diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-24 01:44:29 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-24 01:44:29 +0000 |
commit | c8026bc2d73344e1df526f0a80694046efa4b22a (patch) | |
tree | 539e3bca92733aeff631fad70ecc6722550ef0b0 /include/inspircd.h | |
parent | 58895f9b1daa1e13927462d046a36dec853a40e0 (diff) |
Move configuration filename specification to start script, to reduce hardcoded paths in executable
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11759 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 72e49c09a..4c3aba95b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -432,7 +432,7 @@ class CoreExport InspIRCd : public classbase /** Config file pathname specified on the commandline or via ./configure */ - char ConfigFileName[MAXBUF]; + std::string ConfigFileName; /** Mode handler, handles mode setting and removal */ |