mirror of
https://github.com/anope/anope.git
synced 2026-07-01 09:46:40 +02:00
std::stringstream::clear doesn't clear it
This commit is contained in:
@@ -1019,7 +1019,7 @@ class DBPlain : public Module
|
||||
}
|
||||
|
||||
db << db_buffer.str();
|
||||
db_buffer.clear();
|
||||
db_buffer.str("");
|
||||
|
||||
db.close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user