From 1e2a8cf892c3d31f0e8a8b04f1afd932689113f3 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 1 Sep 2015 11:40:41 -0700 Subject: [PATCH] Fix FreeBSD Clang-3.5 build error --- src/clients/Client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clients/Client.cc b/src/clients/Client.cc index 32f3c3a311..7bac59177d 100644 --- a/src/clients/Client.cc +++ b/src/clients/Client.cc @@ -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 -- 2.47.2