1
0
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:
Adam-
2010-04-15 04:32:11 +00:00
parent 94f465832f
commit 6ba8f8b264
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
-------------------
+1
View File
@@ -399,6 +399,7 @@ int mLoadData(void)
free(type);
}
}
fclose(in);
}
return ret;
}
+2 -2
View File
@@ -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