Move comment
authorAndrew Bartlett <abartlet@samba.org>
Thu, 22 Aug 2002 00:16:21 +0000 (00:16 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 22 Aug 2002 00:16:21 +0000 (00:16 +0000)
(This used to be commit 009b331182b1338e07968388004f5d44b835e7f5)

source3/rpcclient/samsync.c

index 3694eb47dfa9c95a766dd67e3b922f20a35f0642..aaef889278c6677f4daf0a56fbec49033a38b4a7 100644 (file)
@@ -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);