mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
ircd: call relocate_paths() in all cases
This commit is contained in:
parent
8e30e3def4
commit
c51b77a312
1 changed files with 0 additions and 2 deletions
|
@ -684,9 +684,7 @@ charybdis_main(int argc, char * const argv[])
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
relocate_paths();
|
||||
#endif
|
||||
|
||||
logFileName = ircd_paths[IRCD_PATH_IRCD_LOG];
|
||||
pidFileName = ircd_paths[IRCD_PATH_IRCD_PID];
|
||||
|
|
Loading…
Reference in a new issue