From: Andrew Bartlett Date: Tue, 27 Jun 2023 05:06:13 +0000 (+1200) Subject: s4-rpc_server/drsuapi: Fix indentation in GetNCChanges() X-Git-Tag: samba-4.17.11~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c72b5f25eb07659d9afd80df71dab02bd7561d39;p=thirdparty%2Fsamba.git s4-rpc_server/drsuapi: Fix indentation in GetNCChanges() This avoids the indentation correction being in the previous patch. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15401 Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher (cherry picked from commit fe7418e1765b79f60945b787536b4d84a548fe02) --- diff --git a/source4/rpc_server/drsuapi/getncchanges.c b/source4/rpc_server/drsuapi/getncchanges.c index 15e959f1639..92fa7ba7575 100644 --- a/source4/rpc_server/drsuapi/getncchanges.c +++ b/source4/rpc_server/drsuapi/getncchanges.c @@ -3726,7 +3726,7 @@ allowed: /* this is the last response in the replication cycle */ r->out.ctr->ctr6.new_highwatermark = getnc_state->final_hwm; r->out.ctr->ctr6.uptodateness_vector = talloc_move(mem_ctx, - &getnc_state->final_udv); + &getnc_state->final_udv); /* * Free the state info stored for the replication cycle. Note