mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Cleaned up more warnings.
This commit is contained in:
@@ -913,7 +913,7 @@ class CAdminMod : public CModule {
|
||||
CTable Table;
|
||||
Table.AddColumn("Request");
|
||||
Table.AddColumn("Reply");
|
||||
for (MCString::const_iterator it = msCTCPReplies.begin(); it != msCTCPReplies.end(); it++) {
|
||||
for (MCString::const_iterator it = msCTCPReplies.begin(); it != msCTCPReplies.end(); ++it) {
|
||||
Table.AddRow();
|
||||
Table.SetCell("Request", it->first);
|
||||
Table.SetCell("Reply", it->second);
|
||||
|
||||
Reference in New Issue
Block a user