summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-08-22 00:16:21 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-08-22 00:16:21 +0000
commitbad6e2dbe2096c13049fbb8936ee6df74a1bb9a8 (patch)
tree289eba045c64de3b99f82e484aa46634c6b702ff /source3/rpcclient
parentd2915a466fcb1744dfe551b8a180e5b1b50d4c70 (diff)
downloadsamba-bad6e2dbe2096c13049fbb8936ee6df74a1bb9a8.tar.gz
samba-bad6e2dbe2096c13049fbb8936ee6df74a1bb9a8.tar.bz2
samba-bad6e2dbe2096c13049fbb8936ee6df74a1bb9a8.zip
Move comment
(This used to be commit 009b331182b1338e07968388004f5d44b835e7f5)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/samsync.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/rpcclient/samsync.c b/source3/rpcclient/samsync.c
index 3694eb47df..aaef889278 100644
--- a/source3/rpcclient/samsync.c
+++ b/source3/rpcclient/samsync.c
@@ -401,6 +401,9 @@ static NTSTATUS sam_sync(struct cli_state *cli, unsigned char trust_passwd[16],
if (!NT_STATUS_IS_OK(result))
goto done;
+
+ /* Update sam */
+
apply_deltas(num_deltas_0, hdr_deltas_0, deltas_0);
@@ -466,8 +469,6 @@ static NTSTATUS sam_sync(struct cli_state *cli, unsigned char trust_passwd[16],
goto done;
}
- /* Update sam tdb */
-
done:
cli_nt_session_close(cli);
talloc_destroy(mem_ctx);