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

r15639: fix warnings

metze
This commit is contained in:
Stefan Metzmacher
2006-05-16 16:43:34 +00:00
committed by Gerald (Jerry) Carter
parent d0a7408280
commit 73ca71b42b
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ static struct ldb_message_element *objectguid_find_attribute(const struct ldb_me
/* add_record: add objectGUID attribute */
static int objectguid_add(struct ldb_module *module, struct ldb_request *req)
{
const struct ldb_message *msg = req->op.add.message;
struct ldb_message *msg = req->op.add.message;
struct ldb_val v;
struct ldb_message *msg2;
struct ldb_message_element *attribute;

View File

@@ -751,7 +751,7 @@ static int samldb_fill_foreignSecurityPrincipal_object(struct ldb_module *module
/* add_record */
static int samldb_add(struct ldb_module *module, struct ldb_request *req)
{
const struct ldb_message *msg = req->op.add.message;
struct ldb_message *msg = req->op.add.message;
struct ldb_message *msg2 = NULL;
int ret;