From 12ac04231b8d358e70c830f7958f7efbc0f7c0d1 Mon Sep 17 00:00:00 2001 From: James Cook Date: Thu, 15 Feb 2007 20:24:08 +0000 Subject: merge -r 57761:57967 im-email-session-3, removes database load from IM to email session tracking, introduces new format for email return addresses --- indra/llmessage/llfiltersd2xmlrpc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llmessage/llfiltersd2xmlrpc.cpp') diff --git a/indra/llmessage/llfiltersd2xmlrpc.cpp b/indra/llmessage/llfiltersd2xmlrpc.cpp index 6d5f92e983..5f81471348 100644 --- a/indra/llmessage/llfiltersd2xmlrpc.cpp +++ b/indra/llmessage/llfiltersd2xmlrpc.cpp @@ -248,6 +248,7 @@ void LLFilterSD2XMLRPC::streamOut(std::ostream& ostr, const LLSD& sd) LLSD::Binary buffer = sd.asBinary(); if(!buffer.empty()) { + // *TODO: convert to LLBase64 int b64_buffer_length = apr_base64_encode_len(buffer.size()); char* b64_buffer = new char[b64_buffer_length]; b64_buffer_length = apr_base64_encode_binary( -- cgit v1.2.3