From: Arran Cudbard-Bell Date: Mon, 10 Dec 2012 00:37:55 +0000 (+0000) Subject: Remove duplicate error message X-Git-Tag: release_3_0_0_beta1~1399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ecc5b5ebd3a3c5ed8a0444155cf42097dcbf5f;p=thirdparty%2Ffreeradius-server.git Remove duplicate error message --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index a897af08e37..6e26fd7dd44 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -2275,9 +2275,6 @@ static int user_modify(ldap_instance *inst, REQUEST *request, inst->login, inst->password, NULL, TRUE); if (ldap_errno != RLM_MODULE_OK) { - radlog(L_AUTH, "rlm_ldap (%s): Bind error", - inst->xlat_name); - goto error; }