diff options
| author | 2019-04-19 15:28:19 -0700 | |
|---|---|---|
| committer | 2019-04-28 00:03:30 +0100 | |
| commit | 2533dc10f987eedb99d780c7debd948f22705679 (patch) | |
| tree | 9cf6d7eae0dfa9f651a4063f718c3bf51dc02f72 /src/modules/m_sqloper.cpp | |
| parent | m_connectban and m_svshold: Use DurationString() in X-line messages. (diff) | |
Fix compatibility issues between sqloper and postgres
Diffstat (limited to 'src/modules/m_sqloper.cpp')
| -rw-r--r-- | src/modules/m_sqloper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp index da538caef..8ba8e3103 100644 --- a/src/modules/m_sqloper.cpp +++ b/src/modules/m_sqloper.cpp @@ -96,6 +96,7 @@ class OperQuery : public SQL::Query ifo->class_blocks.assign(tblk->second->class_blocks.begin(), tblk->second->class_blocks.end()); oper_blocks[name] = ifo; my_blocks.push_back(name); + row.clear(); } // If this was done as a result of /OPER and not a config read |
