ircd: unbreak build

This commit is contained in:
William Pitcock 2016-03-24 18:50:13 -05:00
parent 4d8cfacd95
commit 0d180487b4

View file

@ -268,7 +268,7 @@ load_help(void)
}
closedir(helpfile_dir);
helpfile_dir = opendir(ircd_path[IRCD_PATH_USERHELP]);
helpfile_dir = opendir(ircd_paths[IRCD_PATH_USERHELP]);
if(helpfile_dir == NULL)
return;