mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
ldap_server: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
22032eefdb
commit
4ef1b0963c
@ -922,7 +922,7 @@ reply:
|
||||
/*
|
||||
* This looks like duplicated code - because it is - but
|
||||
* otherwise the work in the parameters will be done
|
||||
* regardless, this way the functions only execuate when the
|
||||
* regardless, this way the functions only execute when the
|
||||
* log level is set.
|
||||
*
|
||||
* The basedn is re-obtained as a string to escape it
|
||||
|
@ -186,7 +186,7 @@ NTSTATUS ldapsrv_ExtendedRequest(struct ldapsrv_call *call)
|
||||
/*
|
||||
* if the backend function returns an error we
|
||||
* need to send the reply otherwise the reply is already
|
||||
* send and we need to return directly
|
||||
* sent and we need to return directly
|
||||
*/
|
||||
status = extended_ops[i].fn(call, reply, &error_str);
|
||||
if (NT_STATUS_IS_OK(status)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user