summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_msg.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-01-11 13:52:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:42 -0500
commitcec158231b5618a9a93e478b6b60914305508086 (patch)
tree81fac60820c19eda1e1c783fbdaea1222b612dff /source4/lib/ldb/common/ldb_msg.c
parent0385de8b1fc0f8947b4f820b0c18ea46123efd8a (diff)
downloadsamba-cec158231b5618a9a93e478b6b60914305508086.tar.gz
samba-cec158231b5618a9a93e478b6b60914305508086.tar.bz2
samba-cec158231b5618a9a93e478b6b60914305508086.zip
r4678: Add some const to LDB.
Andrew Bartlett (This used to be commit d4da9fb1600dba5daca9acb83f528c8f5f42f0ce)
Diffstat (limited to 'source4/lib/ldb/common/ldb_msg.c')
-rw-r--r--source4/lib/ldb/common/ldb_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_msg.c b/source4/lib/ldb/common/ldb_msg.c
index 89f8feb3c0..416590f462 100644
--- a/source4/lib/ldb/common/ldb_msg.c
+++ b/source4/lib/ldb/common/ldb_msg.c
@@ -171,7 +171,7 @@ int ldb_msg_add(struct ldb_context *ldb,
int ldb_msg_add_value(struct ldb_context *ldb,
struct ldb_message *msg,
const char *attr_name,
- struct ldb_val *val)
+ const struct ldb_val *val)
{
struct ldb_message_element *el;
struct ldb_val *vals;