diff options
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index e2ff8c6f98..2e54920c17 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -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; }; |