]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed Duane's typo.
authorserassio <>
Sat, 5 Nov 2005 15:57:00 +0000 (15:57 +0000)
committerserassio <>
Sat, 5 Nov 2005 15:57:00 +0000 (15:57 +0000)
src/net_db.cc

index c1959dd9e5f9b26bc5b05c41f7d425b8406265f8..ec2ea3f7739c30f4c5904a83266116de071d88b6 100644 (file)
@@ -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);