diff options
author | Luke Leighton <lkcl@samba.org> | 1999-10-26 16:46:45 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-10-26 16:46:45 +0000 |
commit | ea6592046f40ca21c689bff6472b4dd764850e43 (patch) | |
tree | 20c95af4ac1b735d9a1a42ddd5776f1d544d7a37 /source3/rpc_client/cli_netlogon_sync.c | |
parent | 9d890f269cf54291edee585168960a56731cb363 (diff) | |
download | samba-ea6592046f40ca21c689bff6472b4dd764850e43.tar.gz samba-ea6592046f40ca21c689bff6472b4dd764850e43.tar.bz2 samba-ea6592046f40ca21c689bff6472b4dd764850e43.zip |
adding extra parameter back in to trust account functions (trust account name).
restoring opening S-1-5-20 in sam enum users code.
(This used to be commit 1be877114e2e958c59e6516dacf22d3fb5a4240f)
Diffstat (limited to 'source3/rpc_client/cli_netlogon_sync.c')
-rw-r--r-- | source3/rpc_client/cli_netlogon_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_netlogon_sync.c b/source3/rpc_client/cli_netlogon_sync.c index eb8dfe0b9f..5dd2ab4909 100644 --- a/source3/rpc_client/cli_netlogon_sync.c +++ b/source3/rpc_client/cli_netlogon_sync.c @@ -62,7 +62,7 @@ BOOL synchronise_passdb(void) return False; } - ret = do_sam_sync(&cli, trust_passwd, global_myname, + ret = do_sam_sync(&cli, trust_passwd, cli.mach_acct, global_myname, hdr_deltas, deltas, &num); if (ret) |