mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
CVE-2021-3670 ldap_server: Remove duplicate print of LDAP search details
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14694 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
1d5b155619
commit
2b3af3b560
@ -729,9 +729,6 @@ static NTSTATUS ldapsrv_SearchRequest(struct ldapsrv_call *call)
|
|||||||
unsigned int i;
|
unsigned int i;
|
||||||
int extended_type = 1;
|
int extended_type = 1;
|
||||||
|
|
||||||
DEBUG(10, ("SearchRequest"));
|
|
||||||
DEBUGADD(10, (" basedn: %s", req->basedn));
|
|
||||||
DEBUGADD(10, (" filter: %s\n", ldb_filter_from_tree(call, req->tree)));
|
|
||||||
|
|
||||||
local_ctx = talloc_new(call);
|
local_ctx = talloc_new(call);
|
||||||
NT_STATUS_HAVE_NO_MEMORY(local_ctx);
|
NT_STATUS_HAVE_NO_MEMORY(local_ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user