1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 16:16:39 +02:00

BUILD : 1.7.4 (262) BUGS : 125 NOTES : Fixed the /ns release issue with UseSVSHOLD

git-svn-id: svn://svn.anope.org/anope/trunk@262 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@168 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-07-15 14:56:38 +00:00
parent 8ce96b1724
commit 7fffea77ed
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ Anope Version S V N
Provided by Anope Dev. <dev@anope.org> - 2004
07/05 A Warning when LocalAddress conflicts with RemoteServer. [#118]
06/18 A Added proper Bahamut1.8 support. [ #55]
07/15 F Fixed the bug where /ns release didn't work with UseSVSHOLD. [#125]
07/15 F Fixed a tiny memleak in the db routine [ #00]
07/15 F Updated Dutch language file. [ #00]
07/14 F Added CHECK to the memoserv help menu. [ #00]
+3 -1
View File
@@ -1125,9 +1125,11 @@ void cancel_user(User * u)
#ifdef HAS_SVSHOLD
}
#endif
na->status &= ~NS_TEMPORARY;
na->status |= NS_KILL_HELD;
} else {
na->status &= ~NS_TEMPORARY;
}
na->status &= ~NS_TEMPORARY;
del_ns_timeout(na, TO_COLLIDE);
}
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="4"
VERSION_BUILD="261"
VERSION_BUILD="262"
# $Log$
#
# BUILD : 1.7.4 (262)
# BUGS : 125
# NOTES : Fixed the /ns release issue with UseSVSHOLD
#
# BUILD : 1.7.4 (261)
# BUGS :
# NOTES : fixed a tiny memleak in the db routine