s4-rpc_server/drsuapi: Fix indentation in GetNCChanges()
authorAndrew Bartlett <abartlet@samba.org>
Tue, 27 Jun 2023 05:06:13 +0000 (17:06 +1200)
committerJule Anger <janger@samba.org>
Mon, 21 Aug 2023 07:40:16 +0000 (07:40 +0000)
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 <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit fe7418e1765b79f60945b787536b4d84a548fe02)

source4/rpc_server/drsuapi/getncchanges.c

index 15e959f163927f18ac72235a969369d959282421..92fa7ba75752b09468178fd6b08d7863ae4f1c96 100644 (file)
@@ -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