Skip to content

Commit

Permalink
s4:repl_meta_data: squelch compile warning with -O3
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ambach <[email protected]>
Reviewed-by: Michael Adam <[email protected]>

Autobuild-User(master): Michael Adam <[email protected]>
Autobuild-Date(master): Fri May 13 03:50:10 CEST 2016 on sn-devel-144
  • Loading branch information
der-ambi authored and obnoxxx committed May 13, 2016
1 parent 3b4eb71 commit 8b3ae1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source4/dsdb/samdb/ldb_modules/repl_meta_data.c
Original file line number Diff line number Diff line change
@@ -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) {

0 comments on commit 8b3ae1b

Please sign in to comment.