mirror of
https://github.com/anope/anope.git
synced 2026-07-07 19:03:14 +02:00
Another segfault found by DP :P
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2091 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -16,7 +16,7 @@ F Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :)
|
||||
F Fix call order, thanks to DP
|
||||
F Pass the right array to do_umode(), fixes mode tracking on Unreal. Thanks to DukePyrolator (yet again :P)
|
||||
F Fix bs_set help, thanks to DukePyrolator! :)
|
||||
F Fix segfault, noted by DukePyrolator. Thanks!
|
||||
F Fix two segfaults, noted by DukePyrolator. Thanks!
|
||||
F Fix part one of #1010, reported by DukePyrolator. (Language settings are not respected in message sending.) Thanks!
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1115,6 +1115,7 @@ int delnick(NickAlias * na)
|
||||
{
|
||||
if (ircd->modeonunreg)
|
||||
common_svsmode(finduser(na->nick), ircd->modeonunreg, "1");
|
||||
u->nc = NULL;
|
||||
}
|
||||
|
||||
delHostCore(na->nick); /* delete any vHost's for this nick */
|
||||
@@ -1129,7 +1130,6 @@ int delnick(NickAlias * na)
|
||||
if (!delcore(na->nc))
|
||||
return 0;
|
||||
na->nc = NULL;
|
||||
u->nc = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user