mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 17:55:28 +03:00
sync code
This commit is contained in:
@@ -213,8 +213,9 @@ Environment::Impl::registerContext(Context *ptr)
|
||||
void
|
||||
Environment::Impl::unregisterContext(Context *ptr)
|
||||
{
|
||||
dbgAssert(active_contexts.first.back() == ptr) <<
|
||||
"Contexts are supposed to unregister in reverse order to their registration";
|
||||
dbgAssert(active_contexts.first.back() == ptr)
|
||||
<< AlertInfo(AlertTeam::CORE, "environment contexts")
|
||||
<< "Contexts are supposed to unregister in reverse order to their registration";
|
||||
active_contexts.first.pop_back();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user