From: Source Maintenance Date: Tue, 5 May 2015 18:12:06 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bbd66d7478fde121ee5bccdd2b20b97617bd6ca;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ssl/bio.cc b/src/ssl/bio.cc index ae0ed5d97d..cb7fb60e43 100644 --- a/src/ssl/bio.cc +++ b/src/ssl/bio.cc @@ -285,7 +285,7 @@ Ssl::ServerBio::read(char *buf, int size, BIO *table) debugs(83, DBG_IMPORTANT, "Not enough space to hold server hello message"); return -1; } - + rbuf.append(buf, bytes); debugs(83, 5, "Record is enabled store " << bytes << " bytes"); }