mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
ircd: fix compile of relocate_paths()
This commit is contained in:
parent
7145720468
commit
73b70ae846
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ relocate_paths(void)
|
||||||
ircd_paths[IRCD_PATH_BIN] = rb_strdup(workbuf);
|
ircd_paths[IRCD_PATH_BIN] = rb_strdup(workbuf);
|
||||||
ircd_paths[IRCD_PATH_LIBEXEC] = rb_strdup(workbuf);
|
ircd_paths[IRCD_PATH_LIBEXEC] = rb_strdup(workbuf);
|
||||||
|
|
||||||
inotice("runtime paths:")
|
inotice("runtime paths:");
|
||||||
for (int i = 0; i < IRCD_PATH_COUNT; i++)
|
for (int i = 0; i < IRCD_PATH_COUNT; i++)
|
||||||
{
|
{
|
||||||
inotice(" %s: %s", ircd_pathnames[i], ircd_paths[i]);
|
inotice(" %s: %s", ircd_pathnames[i], ircd_paths[i]);
|
||||||
|
|
Loading…
Reference in a new issue