X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_setup.c;h=7896addf847337f30a047f0c6ba93ebdbfbdcbb0;hp=502e7b20b1dddc8a29f63ae78993f19677056707;hb=5bba3124c8c23568def7a4804651a53f3a6b4fd2;hpb=56aad1bb486675ff9aba31418708cc179eea0381 diff --git a/src/net_setup.c b/src/net_setup.c index 502e7b20..7896addf 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -1,7 +1,7 @@ /* net_setup.c -- Setup. - Copyright (C) 1998-2003 Ivo Timmermans , - 2000-2003 Guus Sliepen + Copyright (C) 1998-2004 Ivo Timmermans , + 2000-2004 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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.50 2003/12/20 21:25:17 guus Exp $ + $Id$ */ #include "system.h" @@ -343,8 +343,6 @@ bool setup_myself(void) get_config_bool(lookup_config(config_tree, "Hostnames"), &hostnames); - get_config_bool(lookup_config(config_tree, "StrictSource"), &strictsource); - /* Generate packet encryption key */ if(get_config_string