Improve assert

preventConflictingFlags
Onder Kalaci 2020-03-29 23:35:06 +02:00
parent 452d0b1dcf
commit 275d9d83f8
1 changed files with 1 additions and 1 deletions

View File

@ -2404,7 +2404,7 @@ ManageWorkerPool(WorkerPool *workerPool)
if (!connection)
{
/* connection can only be NULL for optional connections */
Assert((connectionFlags & connectionFlags));
Assert((connectionFlags & OPTIONAL_CONNECTION));
continue;
}