diff options
author | Gerald Carter <jerry@samba.org> | 2005-05-03 14:01:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:46 -0500 |
commit | 28824fb1971afd398739723ee7c65427bd086d4b (patch) | |
tree | 3dedbd28a94008095e69cac3be1cd147e56d88c8 /source3/rpc_client | |
parent | 7b9d6ac23e1a7d8136fffd2e3977b09a815da65a (diff) | |
download | samba-28824fb1971afd398739723ee7c65427bd086d4b.tar.gz samba-28824fb1971afd398739723ee7c65427bd086d4b.tar.bz2 samba-28824fb1971afd398739723ee7c65427bd086d4b.zip |
r6601: fixing query and set alias info calls (level 1 from the
MMC manage computer plugin.
(This used to be commit c43c1ec80cb52569ccabcdf95e4004386ecb29d6)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_samr.c b/source3/rpc_client/cli_samr.c index 75751dbcbd..45f9bd67a5 100644 --- a/source3/rpc_client/cli_samr.c +++ b/source3/rpc_client/cli_samr.c @@ -1357,7 +1357,7 @@ NTSTATUS cli_samr_query_alias_info(struct cli_state *cli, TALLOC_CTX *mem_ctx, goto done; } - *ctr = r.ctr; + *ctr = *r.ctr; done: prs_mem_free(&qbuf); |