From: wessels <> Date: Wed, 4 Jan 2006 04:13:27 +0000 (+0000) Subject: Bugs from recent FwdState change with --enable-icmp X-Git-Tag: SQUID_3_0_PRE4~395 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21ea75607b5b35a4db0dd29a58eb743aaec48504;p=thirdparty%2Fsquid.git Bugs from recent FwdState change with --enable-icmp --- diff --git a/src/net_db.cc b/src/net_db.cc index ec2ea3f773..87836d0e0a 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -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 }