mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:repl_meta_data: squelch compile warning with -O3
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri May 13 03:50:10 CEST 2016 on sn-devel-144
This commit is contained in:
parent
3b4eb715c5
commit
8b3ae1bb9c
@ -3710,7 +3710,7 @@ static int replmd_op_name_modify_callback(struct ldb_request *req, struct ldb_re
|
||||
{
|
||||
struct replmd_replicated_request *ar =
|
||||
talloc_get_type_abort(req->context, struct replmd_replicated_request);
|
||||
struct ldb_dn *conflict_dn;
|
||||
struct ldb_dn *conflict_dn = NULL;
|
||||
int ret;
|
||||
|
||||
if (ares->error != LDB_SUCCESS) {
|
||||
|
Loading…
Reference in New Issue
Block a user