From: Alan T. DeKok Date: Wed, 8 Apr 2009 13:45:03 +0000 (+0200) Subject: Corrected typo X-Git-Tag: release_2_1_7~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=099cdd3c8e30e2e61212df56927a40c1a75a7048;p=thirdparty%2Ffreeradius-server.git Corrected typo --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 2fc666216d6..bcbc32ac5be 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -277,7 +277,7 @@ static const CONF_PARSER module_config[] = { {"chase_referrals", PW_TYPE_BOOLEAN, offsetof(ldap_instance,chase_referrals), NULL, NULL}, {"rebind", PW_TYPE_BOOLEAN, - offsetof(ldap_instance,chase_referrals), NULL, NULL}, + offsetof(ldap_instance,rebind), NULL, NULL}, /* * Group checks. These could probably be done