mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
Solve wrong assert
This commit is contained in:
parent
8d056ce2bf
commit
b19401af37
@ -59,7 +59,7 @@ Cursor::Cursor(const std::string& fullCollectionName, QueryRequest::Flags flags)
|
||||
|
||||
Cursor::~Cursor()
|
||||
{
|
||||
poco_assert_dbg(_response.cursorID());
|
||||
poco_assert_dbg(!_response.cursorID());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user