]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove debugging assert on shutdown.
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 10 May 2010 12:48:30 +0000 (00:48 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 10 May 2010 12:48:30 +0000 (00:48 +1200)
src/auth/Scheme.cc

index 5ccea370b9a7f25a7cce4c5caf82f0ee40ad9e75..0f695d3aa79eb04b1bfa48846e0562755474ba3c 100644 (file)
@@ -91,8 +91,6 @@ AuthScheme::GetSchemes()
 void
 AuthScheme::FreeAll()
 {
-    assert(false); // NP: this should NOT happen during regular progarm execution...
-
     while (GetSchemes().size()) {
         AuthScheme::Pointer scheme = GetSchemes().back();
         GetSchemes().pop_back();