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
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
relocate_paths();
|
relocate_paths();
|
||||||
#endif
|
|
||||||
|
|
||||||
logFileName = ircd_paths[IRCD_PATH_IRCD_LOG];
|
logFileName = ircd_paths[IRCD_PATH_IRCD_LOG];
|
||||||
pidFileName = ircd_paths[IRCD_PATH_IRCD_PID];
|
pidFileName = ircd_paths[IRCD_PATH_IRCD_PID];
|
||||||
|
|
Loading…
Reference in a new issue