summaryrefslogtreecommitdiff
path: root/indra/llcorehttp
diff options
context:
space:
mode:
authorrider <rider@lindenlab.com>2015-10-15 09:32:19 -0700
committerrider <rider@lindenlab.com>2015-10-15 09:32:19 -0700
commiteca891e2618581e90c79f0c141b1c920f2577efe (patch)
treef7250599584989472125bacaa277eda4dcae1cfd /indra/llcorehttp
parentbbb9d4f21b018bfffc41f790aab7b54975504027 (diff)
MAINT-5732: Fixes for Mac build
Diffstat (limited to 'indra/llcorehttp')
-rwxr-xr-xindra/llcorehttp/httprequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/httprequest.cpp b/indra/llcorehttp/httprequest.cpp
index 8380e48ddb..24e0f582e1 100755
--- a/indra/llcorehttp/httprequest.cpp
+++ b/indra/llcorehttp/httprequest.cpp
@@ -632,7 +632,7 @@ HttpHandle HttpRequest::requestSpin(int mode)
HttpHandle handle(LLCORE_HTTP_HANDLE_INVALID);
HttpOpSpin * op = new HttpOpSpin(mode);
- op->setReplyPath(mReplyQueue, NULL);
+ op->setReplyPath(mReplyQueue, HttpHandler::ptr_t());
if (! (status = mRequestQueue->addOp(op))) // transfers refcount
{
op->release();