]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove duplicate error message
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 10 Dec 2012 00:37:55 +0000 (00:37 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 10 Dec 2012 00:37:55 +0000 (00:37 +0000)
src/modules/rlm_ldap/rlm_ldap.c

index a897af08e37c6cbd3da1863918b2e4f89bf27f6b..6e26fd7dd4427b2893dd1727892be1fe68f5cdd5 100644 (file)
@@ -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;
                }