From d2e3e7f5eddda33b79b00eac82ed95b10590c177 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 12 Dec 2008 12:25:17 +1300 Subject: [PATCH] Author: Christos Tsantilas Bug 2545: Segmentation fault when squid with icap server use a cache peer. --- src/net_db.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/net_db.cc b/src/net_db.cc index fb8265501b..3129295055 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1328,6 +1328,8 @@ netdbExchangeStart(void *data) if (p->login) xstrncpy(ex->r->login, p->login, MAX_LOGIN_SZ); + urlCanonical(ex->r); + FwdState::fwdStart(-1, ex->e, ex->r); #endif -- 2.47.2