aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-02-15 14:24:43 +0000
committerGravatar Sadie Powell2025-02-15 14:44:39 +0000
commit6c2100a2e4b6a4d77af615bcd300aa5e5a077358 (patch)
treeee3ed2adf45e2a589b326d764fea94e9d197fa55 /include
parentMove RPL_TIME to the numeric header, unify TIME and ALLTIME. (diff)
Fix expanding paths on portable installations.
Closes #2148.
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 9a2fc34f4..08b1d80f8 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -237,7 +237,7 @@ public:
XLineManager* XLines = nullptr;
/** The current server configuration file from --config or configure. */
- std::string ConfigFileName = INSPIRCD_CONFIG_PATH "/inspircd.conf";
+ std::string ConfigFileName;
/** Fills a buffer with random bytes. */
std::function<void(char*, size_t)> GenRandom = &DefaultGenRandom;