1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

remove old static ldc->reason

--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
This commit is contained in:
Eric Covener
2015-07-07 15:21:20 +00:00
parent 57acd8e40e
commit eb1a60e0dc

View 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)";
}
}