projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57acd8e
)
remove old static ldc->reason
author
Eric Covener
<covener@apache.org>
Tue, 7 Jul 2015 15:21:20 +0000
(15:21 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/modules/ldap/util_ldap.c
b/modules/ldap/util_ldap.c
index 995d6aaacd1069c794e124c0bbe0da7fd0cfcb9b..0fb1e58dfaaa8371befff64b533a7bf3b3ab2365 100644
(file)
--- a/
modules/ldap/util_ldap.c
+++ b/
modules/ldap/util_ldap.c
@@
-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)";
}
}