From 9528a63c35da77ba5b825068aeffbc5587816dd5 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 25 Jun 2003 20:52:59 +0000 Subject: [PATCH] Really make tinc default to any addressfamily. --- src/net_setup.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/net_setup.c b/src/net_setup.c index 44d0c744..e279d374 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net_setup.c,v 1.1.2.31 2003/05/06 21:13:17 guus Exp $ + $Id: net_setup.c,v 1.1.2.32 2003/06/25 20:52:59 guus Exp $ */ #include "config.h" @@ -368,8 +368,7 @@ int setup_myself(void) return -1; } free(afname); - } else - addressfamily = AF_INET; + } get_config_bool(lookup_config(config_tree, "Hostnames"), &hostnames); -- 2.20.1