1
0
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:
Adam
2011-01-23 12:56:21 -05:00
parent a162f1d18e
commit 3bfc8e9a39
+1 -1
View File
@@ -1019,7 +1019,7 @@ class DBPlain : public Module
}
db << db_buffer.str();
db_buffer.clear();
db_buffer.str("");
db.close();