]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_httpd_stats.cpp
m_flashpolicyd, m_httpd Store sockets in a intrusive list
[user/henk/code/inspircd.git] / src / modules / m_httpd_stats.cpp
index acf5c66a77002344083aded59a09dea2a1b5ee0d..84cca7e0161783e1f8ba2b83807c38342f3db4aa 100644 (file)
@@ -164,7 +164,7 @@ class ModuleHttpStats : public Module
                                        data << "<channelmodes>" << Sanitize(c->ChanModes(true)) << "</channelmodes>";
 
                                        const Channel::MemberMap& ulist = c->GetUsers();
-                                       for (UserMembCIter x = ulist.begin(); x != ulist.end(); ++x)
+                                       for (Channel::MemberMap::const_iterator x = ulist.begin(); x != ulist.end(); ++x)
                                        {
                                                Membership* memb = x->second;
                                                data << "<channelmember><uid>" << memb->user->uuid << "</uid><privs>"