1
0
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:
Kai Blin 2007-12-26 00:10:34 +01:00
parent 53b51660ae
commit 37ed9fbeee

View File

@ -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;
};