remove old static ldc->reason
authorEric Covener <covener@apache.org>
Tue, 7 Jul 2015 15:21:20 +0000 (15:21 +0000)
committerEric Covener <covener@apache.org>
Tue, 7 Jul 2015 15:21:20 +0000 (15:21 +0000)
--This line, and those bdelow, will be ignored--

M    util_ldap.c

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1689698 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 995d6aaacd1069c794e124c0bbe0da7fd0cfcb9b..0fb1e58dfaaa8371befff64b533a7bf3b3ab2365 100644 (file)
@@ -1207,7 +1207,6 @@ start_over:
             ldc->reason = apr_psprintf(r->pool, 
                                        "Comparison undefined: (%d): %s (adding to cache)", 
                                         result, ldap_err2string(result));
-            ldc->reason = "Comparison undefined (adding to cache)";
         }
     }