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

Fixed a bug introduced in r2667 that could cause some access entries to not convert to XOP correctly

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2819 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-03-17 21:28:22 +00:00
parent 72fa53c20e
commit bb7b8e27ee
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -774,9 +774,9 @@ int do_set_xop(User * u, ChannelInfo * ci, char *param)
} else {
access->in_use = 0;
access->nc = NULL;
CleanAccess(ci);
}
}
CleanAccess(ci);
reset_levels(ci);
ci->flags |= CI_XOP;