diff options
| author | 2025-02-15 14:24:43 +0000 | |
|---|---|---|
| committer | 2025-02-15 14:44:39 +0000 | |
| commit | 6c2100a2e4b6a4d77af615bcd300aa5e5a077358 (patch) | |
| tree | ee3ed2adf45e2a589b326d764fea94e9d197fa55 /include | |
| parent | Move 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.h | 2 |
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; |
