From 83a4d1ab48461d3333458c83c07210bc4b2d5d8c Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Tue, 12 Feb 2002 22:08:58 +0000 Subject: [PATCH] DNS queries for remote hosts are only done if necessary. It's now possible to use "+" without hosts/DNS entries for the connecting host. Henning Meier-Geinitz --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index ae953a2fb..a39d44b35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ changes the default include order (from Tim Waugh ). Really check for entries in $cflags that are also in $includedir. + * frontend/saned.c: DNS queries for remote hosts are only done if + necessary. It's now possible to use "+" without hosts/DNS entries + for the connecting host. 2002-02-10 Henning Meier-Geinitz