From: serassio <> Date: Sat, 5 Nov 2005 15:57:00 +0000 (+0000) Subject: Fixed Duane's typo. X-Git-Tag: SQUID_3_0_PRE4~544 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=853c429ae1e6692ea9b7096b444c4bf40bdc4bd0;p=thirdparty%2Fsquid.git Fixed Duane's typo. --- diff --git a/src/net_db.cc b/src/net_db.cc index c1959dd9e5..ec2ea3f773 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1,6 +1,6 @@ /* - * $Id: net_db.cc,v 1.178 2005/11/05 00:08:32 wessels Exp $ + * $Id: net_db.cc,v 1.179 2005/11/05 08:57:00 serassio Exp $ * * DEBUG: section 38 Network Measurement Database * AUTHOR: Duane Wessels @@ -1210,7 +1210,7 @@ netdbBinaryExchange(StoreEntry * s) storeBuffer(s); HttpVersion version(1, 0); reply->setHeaders(version, HTTP_OK, "OK", NULL, -1, squid_curtime, -2); - reply->SwapOut(s); + reply->swapOut(s); rec_sz = 0; rec_sz += 1 + sizeof(addr.s_addr); rec_sz += 1 + sizeof(int);