mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-29 23:42:39 +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()
|
Cursor::~Cursor()
|
||||||
{
|
{
|
||||||
poco_assert_dbg(_response.cursorID());
|
poco_assert_dbg(!_response.cursorID());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user