mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4:ldb_ldap - Fix intendation
This commit is contained in:
parent
bc2b4192c0
commit
a69f84fd2a
@ -253,14 +253,14 @@ static int lldb_search(struct lldb_context *lldb_ac)
|
||||
tv.tv_usec = 0;
|
||||
|
||||
ret = ldap_search_ext(lldb->ldap, search_base, ldap_scope,
|
||||
expression,
|
||||
discard_const_p(char *, req->op.search.attrs),
|
||||
0,
|
||||
NULL,
|
||||
NULL,
|
||||
&tv,
|
||||
LDAP_NO_LIMIT,
|
||||
&lldb_ac->msgid);
|
||||
expression,
|
||||
discard_const_p(char *, req->op.search.attrs),
|
||||
0,
|
||||
NULL,
|
||||
NULL,
|
||||
&tv,
|
||||
LDAP_NO_LIMIT,
|
||||
&lldb_ac->msgid);
|
||||
|
||||
if (ret != LDAP_SUCCESS) {
|
||||
ldb_set_errstring(ldb, ldap_err2string(ret));
|
||||
|
Loading…
x
Reference in New Issue
Block a user