mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
lib:ldb: Fix typo
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f414bead52
commit
207a212948
@ -361,7 +361,7 @@ char *ldb_control_to_string(TALLOC_CTX *mem_ctx, const struct ldb_control *contr
|
||||
return NULL;
|
||||
}
|
||||
res = talloc_asprintf(mem_ctx, "%s:%d:%d",
|
||||
LDB_CONTROL_SORT_RESP_NAME,
|
||||
LDB_CONTROL_ASQ_NAME,
|
||||
control->critical,
|
||||
rep_control->result);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user