]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix more typos
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 8 Dec 2012 09:51:52 +0000 (09:51 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 8 Dec 2012 09:51:52 +0000 (09:51 +0000)
src/modules/rlm_ldap/rlm_ldap.c

index 15aebb892119437ce3b18feb026ccc3af38229a8..4ad88a149c9d80a19e65d4bafcc1d1861bb4eaa0 100644 (file)
@@ -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 <aland@freeradius.org>
  */
@@ -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}
 };