X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=5f627706e7deabe1d9c185ea9ef49fbc4f40de31;hp=0a0a3fed1f5b01eb4c4d739640d648851853c9ca;hb=183a8edd22ba4bc682392c73ae02fc9e121eda68;hpb=6e39481d8f2406e60b5e329ace08b5a005d5cc43 diff --git a/src/netutl.c b/src/netutl.c index 0a0a3fed..5f627706 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -16,7 +16,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.11 2000/10/11 10:35:17 guus Exp $ + $Id: netutl.c,v 1.12.4.12 2000/10/11 22:01:00 guus Exp $ */ #include "config.h" @@ -73,7 +73,7 @@ cp in.s_addr = addr; lookup_hostname = 0; - if((cfg = get_config_val(resolve_dns)) != NULL) + if((cfg = get_config_val(config, resolve_dns)) != NULL) if(cfg->data.val == stupid_true) lookup_hostname = 1;