diff options
author | Kai Blin <kai@samba.org> | 2007-12-26 00:10:34 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-01-11 11:12:36 +0100 |
commit | 28a06a1b2592bc45f554c2179f4e0596725fd693 (patch) | |
tree | 82078a4e6121afebea76ac1f8c24cb954885dfa6 | |
parent | 2b17949b4210527e64fe2d8c800116f1625f1956 (diff) | |
download | samba-28a06a1b2592bc45f554c2179f4e0596725fd693.tar.gz samba-28a06a1b2592bc45f554c2179f4e0596725fd693.tar.bz2 samba-28a06a1b2592bc45f554c2179f4e0596725fd693.zip |
ldb: Get rid of a warning.
(This used to be commit 37ed9fbeee37a1d86d6f6841eac5c1a0a85c1fcc)
-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; }; |