ircd: call relocate_paths() in all cases

This commit is contained in:
William Pitcock 2016-06-18 00:20:59 -05:00
parent 8e30e3def4
commit c51b77a312

View file

@ -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];