From: Arran Cudbard-Bell Date: Sat, 8 Dec 2012 09:51:52 +0000 (+0000) Subject: Fix more typos X-Git-Tag: release_3_0_0_beta1~1413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d831f9aed59a014c321c1790174200177ff8ff2;p=thirdparty%2Ffreeradius-server.git Fix more typos --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 15aebb89211..4ad88a149c9 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -15,8 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * - * Copyright 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008, - * 2009,2010,2011,1012 The FreeRADIUS Server Project. + * Copyright 1999-2012 The FreeRADIUS Server Project. * * Copyright 2012 Alan DeKok */ @@ -288,8 +287,6 @@ static const CONF_PARSER module_config[] = { { "tls", PW_TYPE_SUBSECTION, 0, NULL, (const void *) tls_config }, - { "profiles", PW_TYPE_SUBSECTION, 0, NULL, (const void *) attr_config }, - {NULL, -1, 0, NULL, NULL} };