mirror of
https://github.com/matrix-construct/construct
synced 2024-11-10 20:11:07 +01:00
ircd: unbreak build
This commit is contained in:
parent
4d8cfacd95
commit
0d180487b4
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ load_help(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
closedir(helpfile_dir);
|
closedir(helpfile_dir);
|
||||||
helpfile_dir = opendir(ircd_path[IRCD_PATH_USERHELP]);
|
helpfile_dir = opendir(ircd_paths[IRCD_PATH_USERHELP]);
|
||||||
|
|
||||||
if(helpfile_dir == NULL)
|
if(helpfile_dir == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue