]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bugs from recent FwdState change with --enable-icmp
authorwessels <>
Wed, 4 Jan 2006 04:13:27 +0000 (04:13 +0000)
committerwessels <>
Wed, 4 Jan 2006 04:13:27 +0000 (04:13 +0000)
src/net_db.cc

index ec2ea3f7739c30f4c5904a83266116de071d88b6..87836d0e0a9e8bb8cb0d489299526b0f5b0a178c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: net_db.cc,v 1.179 2005/11/05 08:57:00 serassio Exp $
+ * $Id: net_db.cc,v 1.180 2006/01/03 21:13:27 wessels Exp $
  *
  * DEBUG: section 38    Network Measurement Database
  * AUTHOR: Duane Wessels
@@ -48,7 +48,7 @@
 #include "HttpReply.h"
 #include "MemObject.h"
 #include "fde.h"
-
+#include "forward.h"
 
 #if USE_ICMP
 #include "StoreClient.h"
@@ -1320,7 +1320,7 @@ netdbExchangeStart(void *data)
     if (p->login)
         xstrncpy(ex->r->login, p->login, MAX_LOGIN_SZ);
 
-    fwdStart(-1, ex->e, ex->r);
+    FwdState::fwdStart(-1, ex->e, ex->r);
 
 #endif
 }