From: Christos Tsantilas Date: Fri, 22 Mar 2013 17:51:40 +0000 (+0200) Subject: SourceLayout: shuffle HttpStatusLine into http/libsquid-http.la X-Git-Tag: SQUID_3_4_0_1~225 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9632290620e944c94140d699f7794266f21746a;p=thirdparty%2Fsquid.git SourceLayout: shuffle HttpStatusLine into http/libsquid-http.la Fix to allow ecap subsystem to compile, after later shuffle HttpStatusLine changes. --- diff --git a/src/adaptation/ecap/MessageRep.cc b/src/adaptation/ecap/MessageRep.cc index cb97ac1064..cf32e6209c 100644 --- a/src/adaptation/ecap/MessageRep.cc +++ b/src/adaptation/ecap/MessageRep.cc @@ -305,7 +305,7 @@ Adaptation::Ecap::StatusLineRep::statusCode() const void Adaptation::Ecap::StatusLineRep::reasonPhrase(const Area &str) { - theMessage.sline.set(theMessage.sline.version, theMessage.sline.status(), str.c_str()); + theMessage.sline.set(theMessage.sline.version, theMessage.sline.status(), str.toString().c_str()); } Adaptation::Ecap::StatusLineRep::Area