mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
ldb: Get rid of a warning.
This commit is contained in:
parent
53b51660ae
commit
37ed9fbeee
@ -705,7 +705,7 @@ struct ldb_handle {
|
||||
struct ldb_search {
|
||||
struct ldb_dn *base;
|
||||
enum ldb_scope scope;
|
||||
const struct ldb_parse_tree *tree;
|
||||
struct ldb_parse_tree *tree;
|
||||
const char * const *attrs;
|
||||
struct ldb_result *res;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user