]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Tue, 5 May 2015 18:12:06 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Tue, 5 May 2015 18:12:06 +0000 (18:12 +0000)
src/ssl/bio.cc

index ae0ed5d97ddafa7cfa18f43c4c55105532c9fe21..cb7fb60e432bd34f408544db3b7ab21c4beff15d 100644 (file)
@@ -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");
     }