From f685635e87923807c9fde843f57c02ded16caf09 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Aug 2006 22:46:49 +0000 Subject: r17368: Add 'const' to ldb_match_msg(). Andrew Bartlett (This used to be commit 54eda4b85975c44c993a7dc45f6caa898076f163) --- source4/lib/ldb/include/ldb_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/ldb/include/ldb_private.h') diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h index b862daec86..f442202ee3 100644 --- a/source4/lib/ldb/include/ldb_private.h +++ b/source4/lib/ldb/include/ldb_private.h @@ -171,8 +171,8 @@ int ldb_tdb_init(void); int ldb_sqlite3_init(void); int ldb_match_msg(struct ldb_context *ldb, - struct ldb_message *msg, - struct ldb_parse_tree *tree, + const struct ldb_message *msg, + const struct ldb_parse_tree *tree, const struct ldb_dn *base, enum ldb_scope scope); -- cgit