From 791369a2c33621545dfc77d97e4fc04489650582 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 5 Jun 1998 01:50:48 +0000 Subject: [PATCH] use new fwdStart() --- src/net_db.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/net_db.cc b/src/net_db.cc index 5ba08b109f..f224e55a73 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1,6 +1,6 @@ /* - * $Id: net_db.cc,v 1.114 1998/05/30 19:43:15 rousskov Exp $ + * $Id: net_db.cc,v 1.115 1998/06/04 19:50:48 wessels Exp $ * * DEBUG: section 37 Network Measurement Database * AUTHOR: Duane Wessels @@ -1064,7 +1064,8 @@ netdbExchangeStart(void *data) storeClientListAdd(ex->e, ex); storeClientCopy(ex->e, ex->seen, ex->used, ex->buf_sz, ex->buf, netdbExchangeHandleReply, ex); - httpStart(ex->r, ex->e, NULL); + EBIT_SET(ex->r->flags, REQ_LOOPDETECT); /* cheat! -- force direct */ + fwdStart(-1, ex->e, ex->r); #endif } -- 2.47.3