]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix FreeBSD Clang-3.5 build error
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 1 Sep 2015 18:40:41 +0000 (11:40 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 1 Sep 2015 18:40:41 +0000 (11:40 -0700)
src/clients/Client.cc

index 32f3c3a311664dfc310b84ca5c65e83774708df3..7bac59177d1211b4879993857177f1ecef45179f 100644 (file)
@@ -800,7 +800,7 @@ void Client::handleAdaptedBodyProducerAborted()
     if (abortOnBadEntry("entry went bad while waiting for the now-aborted adapted body"))
         return;
 
-    Must(adaptedBodySource != nullptr);
+    Must(adaptedBodySource != NULL);
     if (!adaptedBodySource->exhausted()) {
         debugs(11,5, "waiting to consume the remainder of the aborted adapted body");
         return; // resumeBodyStorage() should eventually consume the rest