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:
@@ -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)";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user