X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=2d264a846614c7107b310c278aa6e42705ca3474;hp=e869e348cb66b4c93b01093c264f022a375bfe1b;hb=8e74c5bee48f2ef363193044d5309a65e91c70d8;hpb=ffb88ff6410f33de92db108bd1e0c3a915368214 diff --git a/src/netutl.c b/src/netutl.c index e869e348..2d264a84 100644 --- a/src/netutl.c +++ b/src/netutl.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: netutl.c,v 1.12.4.20 2001/10/27 12:13:17 guus Exp $ + $Id: netutl.c,v 1.12.4.21 2001/10/31 20:37:54 guus Exp $ */ #include "config.h" @@ -50,7 +50,7 @@ char *hostlookup(unsigned long addr) cp in.s_addr = addr; - get_config_int(lookup_config(config_tree, "Hostnames"), &lookup_hostname); + get_config_bool(lookup_config(config_tree, "Hostnames"), &lookup_hostname); if(lookup_hostname) host = gethostbyaddr((char *)&in, sizeof(in), AF_INET);