From: Guus Sliepen Date: Tue, 25 Apr 2000 20:50:59 +0000 (+0000) Subject: When trying to talk to a host that is in the netmask of a tinc server but X-Git-Tag: release-1.0pre1~50 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=468f1d2efcce53937b7f5e0540269ae18f29ebac;hp=468f1d2efcce53937b7f5e0540269ae18f29ebac When trying to talk to a host that is in the netmask of a tinc server but not the tinc server itself, and no keys have been exchanged yet, the key request would be directed to the host instead of the server. Fixed. ---