1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

r4678: Add some const to LDB.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2005-01-11 13:52:29 +00:00
committed by Gerald (Jerry) Carter
parent b467635c2d
commit d4da9fb160
2 changed files with 2 additions and 2 deletions

View File

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