mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 05:46:37 +02:00
Fixed a last minute win32 bug
This commit is contained in:
@@ -1024,3 +1024,4 @@ seen. gmtime warning still there
|
||||
- Changed to beta5
|
||||
- Fixed some slave work.. return MOD_SUCCESS; in all command modules..
|
||||
- make install fix
|
||||
- Fixed a last minute bug in win32
|
||||
|
||||
+1
-1
@@ -875,7 +875,7 @@ int init_conf2(char *filename)
|
||||
if (!includes) {
|
||||
includes = MyMalloc(sizeof(ConfigItem_include));
|
||||
includes->file = strdup(filename);
|
||||
DelListItem(includes, conf_include);
|
||||
AddListItem(includes, conf_include);
|
||||
}
|
||||
return i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user