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:
committed by
Gerald (Jerry) Carter
parent
d0a7408280
commit
73ca71b42b
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user