mirror of
https://github.com/anope/anope.git
synced 2026-06-27 17:46:39 +02:00
Closed a forgotten file pointer in os_info that would make Windows backups of os_info.db fail
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2893 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Anope Version 1.8 - SVN
|
||||
-----------------------
|
||||
|
||||
4/15 F Fixed os_info to backup its database on Windows [ #00]
|
||||
|
||||
Anope Version 1.8.4
|
||||
-------------------
|
||||
|
||||
@@ -399,6 +399,7 @@ int mLoadData(void)
|
||||
free(type);
|
||||
}
|
||||
}
|
||||
fclose(in);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
+2
-2
@@ -9,10 +9,10 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="8"
|
||||
VERSION_PATCH="4"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="2861"
|
||||
VERSION_BUILD="2893"
|
||||
|
||||
# $Log$ # Changes since the 1.8.4 Release
|
||||
|
||||
#Revision 2893 - Closed a forgotten file pointer in os_info that would make Windows backups of os_info.db fail
|
||||
|
||||
# Leading up to 1.8.4 Release
|
||||
#Revision 2855 - Don't save databases when rehashed or shutdown from anoperc when in readonly mode
|
||||
|
||||
Reference in New Issue
Block a user