X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=146a582c9885e7c3856100d6c9c9a71af55d41ce;hp=6f949f560c1d8be6c1d3183e509761be2efe7260;hb=ee96ccabbbf0180d5631d3c22838456f28ee9c15;hpb=8caa1b9d750bb7467d1c3330780b05ac2bbf9883 diff --git a/src/conf.c b/src/conf.c index 6f949f56..146a582c 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,7 +1,7 @@ /* conf.c -- configuration code Copyright (C) 1998 Emphyrio, - Copyright (C) 1998,99 Ivo Timmermans + Copyright (C) 1998,1999,2000 Ivo Timmermans 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 @@ -18,9 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* foute config read code, GPL, emphyrio 1998 */ -/* Mutilated by me -- Ivo */ - #include "config.h" #include @@ -49,7 +46,7 @@ typedef struct internal_config_t { These are all the possible configurable values */ static internal_config_t hazahaza[] = { - { "AllowConnect", allowconnect, TYPE_BOOL }, + { "AllowConnect", allowconnect, TYPE_BOOL }, /* Is not used anywhere. Remove? */ { "ConnectTo", upstreamip, TYPE_IP }, { "ConnectPort", upstreamport, TYPE_INT }, { "ListenPort", listenport, TYPE_INT }, @@ -200,4 +197,3 @@ get_config_val(which_t type) /* Not found */ return NULL; } -