mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
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 <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit fe7418e1765b79f60945b787536b4d84a548fe02)
This commit is contained in:
parent
e43ea61cdd
commit
7da93e9a92
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user