1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 21:53:12 +02:00

BUILD : 1.7.21 (1375) BUGS : 858 NOTES : do_sjoin() called finduser(NULL)

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1090 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-02-07 10:50:04 +00:00
parent 2a08701f55
commit 2a83fd3599
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -1070,7 +1070,7 @@ void do_sjoin(const char *source, int ac, char **av)
if (UseTS6 && ircd->ts6) {
user = find_byuid(source);
if (!user)
user = finduser(s);
user = finduser(source);
} else {
user = finduser(source);
}